Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have a button "D" which has an action to open url
I have another button "E" which has an action to run macro.
In that macro, I export the data into excel
I want to open the url after the data is exported.
Hence I have added the following line at the end of macro
ActiveDocument.GetSheetObject("BU45").Press
It works fine when tested in the Desktop but when i open the page through browser, it does not press the D button.
Will .Press function does not work in ajax
Please suggest
Thanks!!