It probably must be done as a custom action, I think.
If it’s not a bother to you to you, could you explain to me how to do this?
Thanks
Gustavo Loureiro
Hello.
I would like to know if is it possible to set some properties of the shortcut that will be created, and if it is, how can I do to set:
Target = User’s Excel.exe location before the application location;
I realized that doing this is possible to change the excel icon of the lower...
The compiled workbook prints the screens with no problem before pack it, but after extraction, this error comes up when I try to print something.
I found the problem and it’s solution, and it is not a Paquet Builder issue, but a VBA code problem.
tks
print error.jpg1108×688 93.8 KB
Hello.
I had used this printing code below on my compilled workbooks with no problems, but since I updated the version it is returning a runtime error 1004. Any help is welcome.
Sub imprPerformance()
Application.ScreenUpdating = False
Application.EnableEvents = False...