PDA

View Full Version : Column Exists



jsc0624
04-16-2007, 04:06 AM
How can I write this pseudo in vba?



If columnName does exists Then
'Do Nothing
Else
Create New Column and name it as "Salary"
End If



Thanks!

Bob Phillips
04-16-2007, 04:35 AM
What constitutes a column name in your view. ALL worksheets have a set number of columns.