View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default How to declare variable as Excel constant?

Hi
use
const csSortorder = value

--
Regards
Frank Kabel
Frankfurt, Germany


John Wirt wrote:
Here is another simple question.

How can I declare a variable as an Excel contant?

I've tried,

Dim csSortOrder as constant

but it doesn't work.

Thank you.

John Wir