Hello,
I have a macro that creates an excel object with the following lines:
dim xlapp as object
Set xlapp = CreateObject("Excel.Application")
for most of my users, this is done in less than a second, however for one of my users, this takes an exorbitant amount of time.
does anyone know a...
Thanks Skip, I've feel stupid because its working now, and I think the issue was needing to compile the .ebh. Still not quite sure what happened, but I changed no code and it is now working.
I'm getting a type mismatch error on the following line:
enginePrice = Csng(RFP) - Csng(SRP) - Csng(manualadj) - Csng(Penalty)
RFP, SRP, manualadj, and penalty are all globally declared in a seperate header file as strings
and enginPrice is globally declared as a single.
I can't figure out why...
I'm trying to get some type of user Identification from an Attachmate Session. My first thought is the Windows user name, but really any identifying piece of info is something I can use. does anyone know how to do 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.