hI!
I am tryin to do colum c ( 1 to nth row)
split and put it in column M
coudl you check it what is wrong in this one.
thanks in advance
Sub test()
Dim strTest As String
Dim arrTest As Variant
Dim strColC As String, strColM As String, RW as integer
strTest = [C1]
arrTest = Split(strTest, ",")...
I have column c have text which contain ,
for example xxx24,yyyyyyyyy,abcde,mnopqrst,lmn12,abc13
i need to sepearate
column c xxxx24, abcde,lmn12,abc13
column m yyyyyyyyy,mnopqrst
before "," if it is <= 5 words
put it in column c
else column m
is it possible
could you provide the code
Hi1
could any body help in this one
it is great help for me
i have form in that date when i createnew record it shows automaticaly date today in my machine
but it is in share drive, it does not show anyhitng in date in other machine. how to fix this one
HI
the below code has monday to friday
i would like to add holiday code also
skip already given the below
could you help me where i have to add
'If today is Monday,then check Fridays data else check yesterday's data.
If strDayStamp="Mon" Then...
Skie
it stopped here
If UCase(Sess.Screen.GetString(24, 1, 9)) = "LAST PAGE" Then
Exit Do
it is not last page it is END- OF -LIST
AND I CHANGED GETSTRING (24,1,11)
NOW IT WORKS FINE
THANKS A LOT
Skip
it workes fine
but it does not write the last page
THE BELOW CODE I TRIED THIS ONE
Loop Until Ucase(Sess.Screen.GetString(24, 1, 11)) = "END OF LIST"
AND
Loop WHILE Ucase(Sess.Screen.GetString(24, 1, 11)) <> "END OF LIST"
I TRIED BOTH CODES. BUT STILL THE LAST PAGE I HAVE SOME . IT IS...
Skip
i thing it is not problem with select case
the coding problem coudl you see that what is the problem it
actualy it happens if it is DEMO IN THAT PAGE IT DOES NOT WRITE AFTER DEMO THAT WHOLE PAGE IS NOT WRITING IN EXCEL
Declare Sub Wait(Sess As Object)
Sub Main()
Dim Sys As Object...
could you help me the below one
what i am trying to do if the account- id <> 20.xxxx, yyyy
it will write into excel
what happens here the below code it shows including 20, xxxx,yyyy and journla id kkkkkk, demo
Select case Account_id
case "20", "xxxxx", "yyyyy"...
winblow
thanks for your help but the below code i have problem
part no <> "xxxxxx" then
if i put it what happens that page after xxxxxx not write into excel
just now i noticed.
could you help me
Do
For i = 6 To 23
account = Trim(Sess.Screen.GetString(i, 11, 5))...
Winblow
thanks for your help
if the key_mask has more than in row exceed autofit, is it posssible it itwll come adjust next row automatically
key_mask = Trim(Sess.Screen.GetString(9, 3, 100)) + Trim(Sess.Screen.GetString(10, 3, 100))
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.