No that didnt work, however this did. Now to figure out sending data from a cell to the screen and I will be good to go.
Sub Main()
'--------------------------------------------------------------------------------
Dim Sessions As Object
Dim System As Object
Set System =...
What I am attempting to do is use the macro in excel to key someting to the session from different cells. I can get Extra macro to read from it, but halfway through the code it just stops. No errors, edits, nothing. This is the code I was trying to get to work in the VB editor.
I can get it...
I havent tried to do this yet, but im curious. Is it possible to have more than one Dialog box? If so, how would I go about doing that?
First box I have for one set of information, Second box remaining information.
Dialog dMain1
Dialog dMain2
??
As always your input is...
The code is in a Macro in Excel not Extra. I can do those all day long with no issues. Its crossing it over from VB/Excel is where I am having the problem.
I can get everything in my code to work except this one thing. I need to send data from my Excel spreadsheet to a session. But all the examples I have seen are not working.
I tried everything in the help files from VB6, the standard ones in Extra! nothing is working. Any suggestions?
I can...
Depending on what your wanting to do, you could set a location on the screen to equal something in your code, and have it updated based on your input from a Dialog box.
MyField = MySession.Screen.Area( 01, 01, 01, 06, , xBlock)
This was a little challenging to me when I first started working on the copy/paste method in the same session.
' Copy a string of text from one location on the screen and paste in another location, within the same session
' Selects the text at Row 8 Column 14 through Row 8 Column 18...
miss posted previous entry, if anyone can point me in the right direction of how to get the upload from a text file to work, I would greatly appreciate it.
I figured this out, no post reply needed. Thanks.
Dim Myinput As String*8
'Number is the string length, andthing after that wont be sent to the screen. I needed this in case of fat fingers.
I figured this out, no post reply needed. Thanks.
Dim Myinput As String*8
'Number is the string length, andthing after that wont be sent to the screen. I needed this in case of fat fingers.
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.