VBA Help in Excel (Updated)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I could not find a VBA forum on here so figure this is the closest forum. I have an excel doucment, here is kinda what I want to do: - I have a value entered from an input box (Y), i want to - If Column A (X (would start at 1)) contains (Y) then Highlight (or select whatever it is) - Make x + 1 to go onto the next row to check - Loop until end to ensure all records are checked - Copy the selected files (already sorted this bit) This is probably really simple but im new to VBA, help! Cheers