G
Gary Keramidas
i have sheets name jan, feb, mar and so on.
i want to set a column letter based on the sheetname
just wondering if some sort of array would work instead of a bunch of if
statements
something like this
arr = Array(ActiveSheet.Name("Jan", "Feb", "Mar")
col = Array("K", "L", "M")
just wondering
i want to set a column letter based on the sheetname
just wondering if some sort of array would work instead of a bunch of if
statements
something like this
arr = Array(ActiveSheet.Name("Jan", "Feb", "Mar")
col = Array("K", "L", "M")
just wondering