Jump to content

capomar

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

223 profile views

capomar's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. hi everyone, i'm a beginer in autoit and i would like to now if there is a methode to call a Excel macro in autoit script ,it's urgent thank's in advance
  2. HI? I WOULD LIKE TO KNOW IF THERE IS A FUNCTION THAT CAN HOLD A WINDOW DURING TREATMENT OF A SET OF ACTION without KNOW ING THE TIME THAT WILL TAKE LIKE "SENDKEEPACTIVE()" THANK'S IN ADVANCE
  3. sorry i uploaded an exemple for the code but he didn't appear in the topic i want to now the syntax of "pasteSpecial " of excel object i want to use it in autoit script i used the syntax of VBA like this pasteSpecial (Paste :=xlAll, Operation :=xlNone, SkipBlanks:= False ,Transpose :=False) but didn't work thank's in advance
  4. HI EVERYONE i dont know the syntax of pasteSpecial in autoit can someone correct me the syntax thank you in advance
  5. thank's everyone for the help
  6. i'm just a beginer in autoit here is code: #include<FF.au3> #include<Array.au3> _FFStart("http://www.Exemple.co.ma/") WinWaitActive("SSO v4.07.13 - Mozilla Firefox") ;Sleep(5000) $ct=_FFFormOptionselect("slctSSOService","name","http://www.google.co.ma/") If $ct=1 then Sleep(1000) Send("osounfou",1) sleep(1000) Send("{TAB}") sleep(1000) Send("Crypton'042488",1) _FFClick("Imagefield","name",0) WinWaitActive("TeamForge : Welcome - Mozilla Firefox") ;sleep(9000) Else Msgbox(0,"Error"," Error: " & @error) EndIf _FFLoadWait() $ct1= _FFLinkClick("https://www.coco.com") If $ct1<>1 Then Msgbox(0,"Error"," oops " & @error) EndIf Sleep(1000)
  7. Hello Everyone When I execute _FFstart (url) two mozilla window opens simultaneously one with the url I get , the other window is one with the port number of mozrepl "'4242" execuse me my English is somewhat mediocre, if somebody have a idea on the problem?
×
×
  • Create New...