Input #1
55236681
55242148
55242256
Input #2
14
13
09
In Input #2 after the value 13 at 20,12 in session, I should have a value of 09 in session @ 20,12, but 0 is neglected and only 9 is selected
Hi Skip
If input starts from 0 (zero) i,e if input is 09 the 0 is neglected and only 9 is copied. I want 09 to be put at 20,12 in session but instead only 9 appears.
Hi
It works just added a blank row at the last for two input files
Below is the code
close
Open "C:\Users\bzxllh\Desktop\New.txt" For Input As #1
Open "C:\Users\bzxllh\Desktop\Part.txt" For Input As #2
'Open "C:\Efiles\Delete\Out Delete.txt" For Output As #2
Input #1, Pa...
Hi Skip
the loop happens two times I want it to happen only once
Input #1
55236681
55242148
55242256
Input #2
14
13
12
from the Input #1 the part number 55236681 should get the value from Input #2 i,e 14, 13, 12 only once, but the part number 55236681 is getting the value from Input #2...
ok its working but the problem is
close
Open "C:\Users\bzxllh\Desktop\New.txt" For Input As #1
Open "C:\Users\bzxllh\Desktop\Part.txt" For Input As #2
'Open "C:\Efiles\Delete\Out Delete.txt" For Output As #2
Input #1, Pa
Input #2, En
While EOF(1) = 0
While EOF(2) = 0...
Hi
Yes I manipulated step by step, since it while within a while loop so I am stuck and I am not that good in programming concepts
can you tell me how to overcome that error
INPUT PAST END OF LINE NUMBER 66 and it does not loop the second while
Hi Skip
I tried it with simple program but I get error
INPUT PAST END OF LINE NUMBER 66 and it does not loop the second while
--------------------------------------------------------------------------------
' This macro was created by the Macro Recorder.
' Session Document: "SESSION1.EDP"
'...
I HAVE DONE LIKE THIS BUT DOES NOT WORK
Sub Main()
'--------------------------------------------------------------------------------
' Get the main system object
Dim Sessions As Object
Dim System As Object
Set System = CreateObject("EXTRA.System") ' Gets the system object
If (System is...
I have the below code where there is two While statements the while statement for Input 2 gets looped and then macro gets done, without looping the the while statement for input 1 please advice in this
'--------------------------------------------------------------------------------
' This macro...
I am not good in programing [sad]
now for the below code can you tell me how can I get the data from column A and Column B i,e A1B1 and loop it till the blank row, In the below code I am able to do only for column A
' Global variable declarations
Global g_HostSettleTime%
Global g_szPassword$...
so here is the code that I have written but it copies only column A but column B is not copied, content of column B should be pasted at 12, 10 in Extra
' Global variable declarations
Global g_HostSettleTime%
Global g_szPassword$
Sub Main()...
Hello Skip
I am not good in programming I have not written any code for this
I just need a code that will copy Cell A1 from excel and paste it to extra at 3, 22 and cell B1 from Excel and paste it to Extra at 12, 10.
( Cell A1 contains the part number and cell B1 contains the date for that...
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.