Hi all,
Following my recent post, I have the following code (inserting a column using a user input) that works:
(Code)
colLetter = InputBox("Please enter replication factor column:", "Factor column")
Columns(colLetter).Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
(/Code)...