$$Excel-Macros$$ Need: VBA Consultant, Durham - New Hampshire

2016-04-08 Thread Erin Oliver
Hi, This is Erin Oliver From Agile Enterprise Solutions, This is in reference to the following position. * Please reply with Resume, Work Authorization , Rate & Contact Details ASAP *Job Title:* VBA Consultant *Location*: Durham - New Hampshire *Duration:* 6+ Months *Cl

$$Excel-Macros$$ excel vba

2011-02-10 Thread Oliver
each time i save many spreadsheeets into a folder; i want to set up a macro do this: open each spreadsheet in the folder and then change the print setting in a way the spreadsheet could be printed in one page and then close each spreadsheet. anyone knows how to wrote a macro like this??? thanks a l

$$Excel-Macros$$ check box

2010-12-15 Thread Oliver
this is a sheet to manage the current projects; under flag; n/a and completed column there are check boxes; if check box under flag is checked then figure becomes red; if check box under completed is checked figure turns into green from red; if n/a is checked then figure turns into grey; so in s

$$Excel-Macros$$ save excel into a directory with file name equal to a cell value

2010-07-20 Thread Oliver
Hi, All I want to save an excel spreadsheet into a defined directory and the file name should be equal to a cell value on one tab; anyone has a handy vba code to solve this problem: e.g location = my document\my folder file name = cell c37 on tab "my sheet" -- -