Rename Action

B

Bev

Is it possible to set up the Macro to prompt for the new name in the RENAME
action?
 
S

Steve Schapel

In the New Name argument of the Rename action, enter like this...
=InputBox("What is the new name?")
 
Top