Forum Discussion

Mick_X's avatar
Mick_X
Copper Contributor
Aug 21, 2022

what does "xl" prefix mean in vba

below is a line of VBA code, I am just a beginner and trying to understand the "xl" prefix.   Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False...

Resources