Word records it and performs the same when you run a macro. Here are the things to consider before writing a macro. Plan your action and memorize steps before recording a macro. Memorize keyboard ...
Clicking a button does nothing. All of the buttons (and other objects) in my workbooks are tied to macros. You must allow Excel to run these macros for the buttons to work. Be sure that you click ...
The macro READIT then uses the %BQUOTE function to allow a %IF condition to accept the unmatched single quotation mark: data test; store="Susan's Office Supplies"; call symput('s',store); run; %macro ...