Hi All,
I am trying to get the VBScript equivalent to this statement in excel VBA:
Are there numeric constants I need to be using in place of all the paste options? Any help is greatly appreciated.
Thanks,
Alex
It's a magical time of year in Philadelphia. Eagles training camp marks the end of another brutal season of complaining about the Phillies.
I am trying to get the VBScript equivalent to this statement in excel VBA:
Code:
Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlMultiply, _
SkipBlanks:=False, Transpose:=False
Are there numeric constants I need to be using in place of all the paste options? Any help is greatly appreciated.
Thanks,
Alex
It's a magical time of year in Philadelphia. Eagles training camp marks the end of another brutal season of complaining about the Phillies.