DMA Posted October 20, 2023 Report Share Posted October 20, 2023 I have macro copying data from spreadsheet and splitting into multiple strings. I have created a command Text Type. It types correctly on one workstation but doesn't on another. Here is the command I have created: <TEXT TYPE Action="1" Text="%Split[3]%"/> Quote Link to comment Share on other sites More sharing options...
rberq Posted October 20, 2023 Report Share Posted October 20, 2023 2 hours ago, DMA said: <TEXT TYPE Action="1" Text="%Split[3]%"/> Try using the "Simulate Keystrokes" option of this command, rather than the "Use Clipboard and Paste" option. See image below. Also, if you created this command with the Direct Editor, try unchecking the box for Direct Editor under "View" in the Menu bar of the Script Editor. When I paste your command into the Editor, there is something strange about it, and it shows up as TWO separate commands. It is generally much easier to code macros using the regular script editor rather than the Direct editor. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.