Hi Guys,
Sorry for asking for so much help in the last couple of days. Doing a side project for work that I hope will get me some brownie points. At the same time it's a learning curve for me! I've just managed to fix something with Cindy so I Can open a side spreadsheet that's readonly. I need to name all the cells below as Import, I need to do the same for another tab and name it export as well later on. Am I doing it right below or have I gone a bit off to the side?
Sub nameimportlist21()
'
' nameimportlist21 Macro
' Macro recorded 12/07/2011 by jmartin
'
'
Windows("Credit-Stop List.xls").Activate
Range("A1:I240").Select
Application.Goto Reference:="import"
Windows("copytestmacromaster.xls").Activate
End Sub
Sorry for asking for so much help in the last couple of days. Doing a side project for work that I hope will get me some brownie points. At the same time it's a learning curve for me! I've just managed to fix something with Cindy so I Can open a side spreadsheet that's readonly. I need to name all the cells below as Import, I need to do the same for another tab and name it export as well later on. Am I doing it right below or have I gone a bit off to the side?
Sub nameimportlist21()
'
' nameimportlist21 Macro
' Macro recorded 12/07/2011 by jmartin
'
'
Windows("Credit-Stop List.xls").Activate
Range("A1:I240").Select
Application.Goto Reference:="import"
Windows("copytestmacromaster.xls").Activate
End Sub