Here's as simplest as I got right now...
Thanks much.
'--------------------------------------------------------------------------------
' This macro was created by the Macro Recorder.
' Session Document: "C:\Program Files\Attachmate\E!E2K\Sessions\KPNW\Bluegate.EDP"
' Date: Monday, January 29...
OK, I think I'd like to start using VBA to create my Attachmate scripts, but I'm a little lost in getting started.
I've read calculus' FAQ "How do I use VB(A) to manipulate attachmate (6.5+)? FAQ99-4069", but there's not enough context there to help me. Where do these statements go? Inside...
OK, so the more I get into this, the fancier I'm trying to make things...[bigsmile]
So in my script I cycle through a list of potential member numbers from an Excel file. If a number comes up as already in use, I write the member's name in the cell adjoining the number. This works fine.
At...
Here's the code:
' Declare the Excel Object
Dim appExcel As Object
Dim wbExcel As Object
Dim aSheet As Object
Set AppExcel = CreateObject("Excel.Application")
Set wbExcel = AppExcel.WorkBooks.Open("p:/CM_Members.xls")
Set aSheet =...
Hi,
I'm using a string variable as an error condition check (based on the presence of random alphanumeric characters on a certain part of the screen) and need to set the value back to null or empty before going through a loop again.
But I can't get it to work. Using the Null function as shown...
Hello All,
I have been browsing similar threads about this topic, put I just can't seem to put it all together. And what I need I think is farily simple for you gurus.
I have a list of member id numbers in a spreadsheet, starting in Column 1, Row 1 and going up to Row n. It will always only...
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.