Hi, I currently have a macro that populates Excel from Attachmate. How can I save the spreadsheet filename as a value from the Attachemate screen. I had this working for a minute but it doesn't work anymore. I also would like to know if I can specify the file path to a network drive where the file will be saved. It seems to default to My Documents.
Code:
dim test 3 as string
test3 = Sess.Screen.GetString(23, 73, 8)
Objworkbook.SaveAs filename = test3