Problem : Is there a way to auto start a Notepad++ macro? I have a macro created but I want […]
Tag: macros
Excel macros missing after transferring the file from a friend
QUESTION : I sent a friend an Excel file which contained some macros. She made some changes and sent it […]
How to run macro with parameter from windows command line?
QUESTION : I have a need for running a Macro from the Windows command line with parameter. For example, a […]
Find and replace in Excel
QUESTION : I have a table in sheet 1 has two columns A and B. I created a macro to […]
Can AppleScript detect if a text entry field is active/focused within an active application?
QUESTION : I have a number of shortcuts that I am using via QuicKeys and AppleScript to perform various functions […]
Copy & paste of cell contents from one workbook to another loses color formatting
QUESTION : I’m using a macro to copy the cell contents (number data and the color format of the numbers) […]
How to make a macro that will transfer/distribute data from one cell to various cells?
QUESTION : I would like to ask is a macro could be address this automation. I would like to transfer/distribute […]
How do I debug Excel / OpenOffice / LibreOffice macros – getting started
QUESTION : How do I get started with debugging VBA macros? This is to help to locate faults and mistakes […]
Force “File Save As” immediately after workbook opens — code not executing
QUESTION : I created a .xlsm wrkbk template with the code below (h/t mrexcel.com) embedded in a module in the […]