J
jason
....I want to use the GetOpenFile method to set a variable that is an
excel file i.e:
MyAllocPathway = Application.GetOpenFilename("Excel Files (*.xls),
*.xls, Add- in Files (*.xla), *.xla", 1, "Select Excel you wish to
attach")
this works ok
Is it possible so that whenever this is actioned it opens with the
contents of a specific folder?
I've tried putting this infront of the above line, but itdoesn't seem
to work:
ChDir ("I:\Fin\Val data\OLA\OLAB figures (Weekly)\")
Any help greatly appreciated,
Jason
excel file i.e:
MyAllocPathway = Application.GetOpenFilename("Excel Files (*.xls),
*.xls, Add- in Files (*.xla), *.xla", 1, "Select Excel you wish to
attach")
this works ok
Is it possible so that whenever this is actioned it opens with the
contents of a specific folder?
I've tried putting this infront of the above line, but itdoesn't seem
to work:
ChDir ("I:\Fin\Val data\OLA\OLAB figures (Weekly)\")
Any help greatly appreciated,
Jason