Hello people,
I need a script that loop through all sheets in a open workbook?
if a column first cell (always A1) have value="ordernr"
then
select the whole column
Could someone help me?
I wrote this could but doesn't work
Sub GetData()
Dim s As String
Dim Current As Worksheet
For...