Hi Folks
This is just a small problem I hope. I have some code to save a workbook to a specfic location and the name of the file to be saved would be whats in cel A1.
My code
ChDir "Q:\salesupp\tss_data_in" 'set save path sub folder
ActiveWorkbook.SaveAs Worksheets(1).Range("A1").Text
the thing is if i've been using excel for a while running other macros etc sometimes when i run this code it doesnt save the file in the right place. If it doesn't save it in the place I want then it usually saves it in the system 32 folder.
Whats all that about
Cheers Folks
This is just a small problem I hope. I have some code to save a workbook to a specfic location and the name of the file to be saved would be whats in cel A1.
My code
ChDir "Q:\salesupp\tss_data_in" 'set save path sub folder
ActiveWorkbook.SaveAs Worksheets(1).Range("A1").Text
the thing is if i've been using excel for a while running other macros etc sometimes when i run this code it doesnt save the file in the right place. If it doesn't save it in the place I want then it usually saves it in the system 32 folder.
Whats all that about
Cheers Folks