Hello,
I want to open a CRM Programm and to extract the datas to Excel
I have following code:
Sub OpenWindowsExplorer()
ActiveWorkbook.FollowHyperlink "F:\DeltaLine\swing\DLN.spkg",
End Sub
The file F:\DeltaLine\Swing\DLN.spkg should be open and then comes a office msg the datas could have virus would you open, this should be clicked OK and then comes a field to enter the passwort (xxxxxx) this should be fulfill automatically and click OK.
Then it should jump to the top menu line, there is the word "Strumenti" and there it should select the line "Invia ad Excel" and click OK.
Then it extrct the files in Excel and I could work with them.
Thanks.
I want to open a CRM Programm and to extract the datas to Excel
I have following code:
Sub OpenWindowsExplorer()
ActiveWorkbook.FollowHyperlink "F:\DeltaLine\swing\DLN.spkg",
End Sub
The file F:\DeltaLine\Swing\DLN.spkg should be open and then comes a office msg the datas could have virus would you open, this should be clicked OK and then comes a field to enter the passwort (xxxxxx) this should be fulfill automatically and click OK.
Then it should jump to the top menu line, there is the word "Strumenti" and there it should select the line "Invia ad Excel" and click OK.
Then it extrct the files in Excel and I could work with them.
Thanks.
Last edited: