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

Hi,

Does anyone know where i can find a simple list defining each VB
function ?

For example, i have a piece of code :

cells(cell.row,1).Resize(,2).Numberformat = "$ #,##0.00"

and would like to know what the 1 refers to. What the 2 refers to, etc.
Basic beginners stuff.

Cheers,

Andy.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Function Definitions

Andrew,

You should lookup Cells and Resize property within VBA Help. It will define
and explain the arguments within there.

--

HTH

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

"Andrew Edmunds" wrote in message
...
Hi,

Does anyone know where i can find a simple list defining each VB
function ?

For example, i have a piece of code :

cells(cell.row,1).Resize(,2).Numberformat = "$ #,##0.00"

and would like to know what the 1 refers to. What the 2 refers to, etc.
Basic beginners stuff.

Cheers,

Andy.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Properties on Excel Worksheet and definitions Don Excel Discussion (Misc queries) 1 January 11th 08 11:38 AM
Sustaining Range Definitions in a Function hoftenkrabb Excel Discussion (Misc queries) 1 November 28th 06 03:54 AM
Definitions Nick Excel Discussion (Misc queries) 1 July 1st 05 09:25 AM
Need Workbook and Worksheet definitions nhvwchic Excel Discussion (Misc queries) 6 May 31st 05 11:48 PM
Operator definitions Niklas[_2_] Excel Programming 2 July 25th 03 01:09 PM


All times are GMT +1. The time now is 05:56 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"