View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
oldyork90 oldyork90 is offline
external usenet poster
 
Posts: 20
Default can variable names end with a $ or &

Can vba variable names end with a $ or &? And if they can, is there
something special about them?

I see rules that state: "The name can't contain a space or any of the
following characters: . ! # $ % & @"

But - here I am looking at at a program that has them...

Thank you.