Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Dim... As ...

I need some help understanding exactly what this Dim thing is.
searched in the forum and in the tips, but couldn't find anything. Ca
anyone help explain what circumstances require a Dim and what it doe
and how to do it?
Thanks

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Dim... As ...

Dim declares a variable, which you can use in your code as ways to save some
data for later use. Within the Dim statement, you can define the type of the
variables, string, long, range, etc., with the As part.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"scottnshelly " wrote in
message ...
I need some help understanding exactly what this Dim thing is. I
searched in the forum and in the tips, but couldn't find anything. Can
anyone help explain what circumstances require a Dim and what it does
and how to do it?
Thanks,


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"