Hi,
I have tried googling this and couldnt find anything.
I am opening an existing workbook using
strFile = Application.GetOpenFilename
Workbooks.Open strFile
I would like to run a macro function called Transpose belonging to the previous workbook on Workbook that I just opened.
how do I go about doing this?
Thanks
I have tried googling this and couldnt find anything.
I am opening an existing workbook using
strFile = Application.GetOpenFilename
Workbooks.Open strFile
I would like to run a macro function called Transpose belonging to the previous workbook on Workbook that I just opened.
how do I go about doing this?
Thanks