Everyone, who launched macro connecting SAP for the first time, have encountered this. Those 2 pop ups are destroying the idea of automation. You can’t record them and don’t know how to avoid them. In this article I’m going to present how to turn off SAP scripting pop ups.
Continue reading “How to get rid of SAP scripting pop ups?”Tag: Excel
Issue with UCase, LCase, Format, Mid etc in VBA
The most known situation in office environment – it was working on my computer, it is not on other. This time appeared compile error Can’t find project or library, but showing me UCase issue with highlighted code line. How code could loose the library for the basic VBA function?
Continue reading “Issue with UCase, LCase, Format, Mid etc in VBA”Prevent from importing missing references
Working as VBA developer brings a lot of different issues. One of the obstacles is the Office version. Apart of various behaviours of the same thing, there always will be something new, which was not avaiable in the previous version. In this article I’m going to show You how to prevent from importing missing references.
Continue reading “Prevent from importing missing references”How to detect wrong username or password in SAP
Mistakes happen. There is always a possibility to type wrong your credentials. Also SAP from time to time ask You to change the password, so that already written in code will be out of date. In this article I’m going to show You how to detect wrong username or password typed in SAP.
Continue reading “How to detect wrong username or password in SAP”Video tutorial: Get your site status – WinHTTP Request
In this video we are going to get through the example of WinHTTP Request code to check the site status.
Watch it here or go to my channel.
Enjoy the video, please leave a like and subscribe!
How to manage with copyright window in SAP
The copyright window is the information, which is popping up when You are changing the language of your sessions. In this article I’m going to show You the simple trick of how to avoid this copyright window in SAP.
Continue reading “How to manage with copyright window in SAP”