Forum home » Delegate support and help forum » Microsoft VBA Training and help » Including a named Range in the code
Including a named Range in the code
Resolved · Medium Priority · Version 2007
Rodolphe has attended:
Excel VBA Intro Intermediate course
Including a named Range in the code
Hi, how would I include a named range in vba code? Thanks
For upcoming training course dates see: Pricing & availability
RE: Including a named Range in the code
Hello Rodolphe,
You can name a range in code as follows:
range("A1:B5").Name = "Name goes here"
and you can refer to these range names in code as follows:
Range("name goes here")
I hope this resolves your question. If it has, please mark this question as resolved.
If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?
Have a great day.
Regards,
Mark
Microsoft Office Specialist Trainer
|
