Search

Showing posts with label iMacro VBA. Show all posts
Showing posts with label iMacro VBA. Show all posts

iMacro URLCURRENT Function


iMacro Example
if you refer to this URL GOTO={{!VAR1}}/About there is non & to concatenate. Just simply type in the char/string etc you want to concatenate

'-----------------------------
'Thanks for downloading the code. 
'Please visit our channel for a quick explainer on this code.
'Feel free to update the code as per your need and also share with your friends.
'Channel: Youtube.com/vbaa2z
'Download free codes from http://vbaa2z.blogspot.com
'Autor: L Pamai (vbaa2z.team@gmail.com)
'-----------------------------

VERSION BUILD=9030808 RECORDER=FX
TAB T=1
URL GOTO=https://www.sample1.com/Account?t=&c=X5qVkPWemJ1_slIVoxwEhQ
TAG POS=1 TYPE=IMG ATTR=ID:cphBelow_CurrentPassengersPanel_imgPassenger1
TAB T=2
WAIT SECONDS=3
SET !VAR1 {{!URLCURRENT}}
URL GOTO={{!VAR1}}/About
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=TXT:Send<SP>message
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:content CONTENT=Hi<SP>dear...https://www.youtube.com/c/vbaa2z?sub_confirmation=1
WAIT SECONDS=10
TAG POS=1 TYPE=BUTTON ATTR=TXT:Send
WAIT SECONDS=3