Hello,
I have the following vba code running from excel which interacts with the Mainframe perfectly.
'
' Global variable declarations
Public g_HostSettleTime%
Public g_szPassword$
Public Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As LongPtr)
Sub PlanGroups()...
The image below is my query panel. I would like to paste data in say for example the date (claim end) row, from a particular cell in excel, and then run the report. How do I do this?
I am very new to VBA and currently have got to the stage of opening business objects, and opening my file :(...
Hello,
This is my first post so be kind!
Below I have a very basic Macro I have recorded using Attachmate.
' Global variable declarations
Global g_HostSettleTime%
Global g_szPassword$
Sub Main()
'--------------------------------------------------------------------------------
' Get the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.