Christadelphian
Technical User
Hello all,
I am currently experiencing a problem and am wondering if anyone can help please?
To cut a long story short, I am writing a macro which will scrape several details from Attachmate Extra! into an Excel spreadsheet. (Cells A1 - A5). This I have done fine.
An example being......
Database = Sess0.Screen.GetString(24, 79, 2)
ObjWorksheet.Cells(2,2).Value = Database
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
The macro then writes an email and populates the email with the information from the afore-mentioned cells A1 - A5. However I do not know the syntax within Extra Basic to have the Cell Value pasted into Outlook.
The Macro will write the email how I want it, just minus the populated data.
Anyone able to point me in the right direction for how to do this please? A simple copy and paste won't suffice as the Macro reads all information from Extra! before generating the email.
I don't really wish to post my entire code, as it contains sensitive data, however I will do if anyone thinks it will help? It would be greatly appreciated.
I hope I have explained myself clearly enough.
Thanks
I am currently experiencing a problem and am wondering if anyone can help please?
To cut a long story short, I am writing a macro which will scrape several details from Attachmate Extra! into an Excel spreadsheet. (Cells A1 - A5). This I have done fine.
An example being......
Database = Sess0.Screen.GetString(24, 79, 2)
ObjWorksheet.Cells(2,2).Value = Database
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
The macro then writes an email and populates the email with the information from the afore-mentioned cells A1 - A5. However I do not know the syntax within Extra Basic to have the Cell Value pasted into Outlook.
The Macro will write the email how I want it, just minus the populated data.
Anyone able to point me in the right direction for how to do this please? A simple copy and paste won't suffice as the Macro reads all information from Extra! before generating the email.
I don't really wish to post my entire code, as it contains sensitive data, however I will do if anyone thinks it will help? It would be greatly appreciated.
I hope I have explained myself clearly enough.
Thanks