hi
i am writing a macro that takes data from some sheets and colates it into one sheet. at the moment i am using
Sheets(3).Select
style of navigation, to move between sheets. i would prefer to use code names as they are a bit less prone to human error, but i am having getting to syntax right to select sheets.
thanks
i am writing a macro that takes data from some sheets and colates it into one sheet. at the moment i am using
Sheets(3).Select
style of navigation, to move between sheets. i would prefer to use code names as they are a bit less prone to human error, but i am having getting to syntax right to select sheets.
thanks