i love you guys.. you never cease to amaze me, i have learned so much by reading the countless threads on this board! and i really appreciate everyone's help!
so i dont look like a troll... i ended up make a text file for something else and wanted to add it here to show how i did it so i could give back. Now i know skip suggested to avoid goto, but in this instance i wasnt sure on how else to accomplish my goal, im sure there is a way to specify on...
skip, i cant thank you enough for the tips you have given me thus far! Just with that little bit my code is looking alot cleaner and functioning better!
skip, is there a way i could email this whole thing to you? There is alot of propreitary info in this and would hate to post the whole code since i would have to change a ton.
Thank you skip, your right, my coding is messy.. i have been picking apart other macros and learning on the fly, so your example will come in handy. I can clean it up that way. But the original file idea i had wouldnt be bad yet if you have quick way to explain some way to do that, then i...
I have tried using instr per the help files in attachmate, but i couldnt get it to work, was always getting a syntax error, but i have these lines of code:
if q$ = "EC" then goto testme
if q$ = "Ec" then goto testme
if q$ = "ec" then goto testme
if q$ = "eC" then goto testme
Is there a way to...
I have a macro with a function that has about 3k lines. This function contains rows of this:
If WC="123456" then Entity="a"
If WC="654321" then Entity="a"
If WC="012345" then Entity="b"
etc... i have written macro before where it will pull lines by line out a text file, but i would need this...
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.