Question about command syntax
kmunoz
Newcomer
I'm dipping my toe in the macro pool.
I'm trying to see if there is a way to automate moving the contents of layer X to sheet Y.
So far I've figured out I need SELBYL; MOVESHT LAYERX....
but I can't figure out if it's possible to indicate the sheet. If I try to add the sheet name after LAYERX, I get an error. The issue is essentially using a command that takes two parameters.... how do I identify the second one?
I'm trying to see if there is a way to automate moving the contents of layer X to sheet Y.
So far I've figured out I need SELBYL; MOVESHT LAYERX....
but I can't figure out if it's possible to indicate the sheet. If I try to add the sheet name after LAYERX, I get an error. The issue is essentially using a command that takes two parameters.... how do I identify the second one?
Comments
MOVESHT;
LAYERX;
SHEETY;
(( ETA: resolved other problem ))