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

Using small monosyllabic words, can someone please explain the
difference in VBA "sheets" vs "worksheets" and "activate" vs "select"
and consequences in improper use.

Any help is appreciated.

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

Sheets refers to the many types of sheets available in a workbook, which
includes worksheets, charts, dialog sheets etc. whereas worksheets only
refer to worksheets, those cellular, grid-like sheets for formulae,
analysis, etc.

Select selects an object, such as a shape, a range, a button, etc. The
selection can be multiple items, such as a range of cells, or a collection
of shapes. Activate is on a single cell, or a single shape, and would be
within the selection. When a cell is activated, it can be all, or part of, a
range of cells.

--

HTH

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

"SmilingPolitely" wrote in message
. au...
Using small monosyllabic words, can someone please explain the
difference in VBA "sheets" vs "worksheets" and "activate" vs "select"
and consequences in improper use.

Any help is appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Plain descriptions required

Sensational explanation. Thank you.

Bob Phillips wrote:
Sheets refers to the many types of sheets available in a workbook, which
includes worksheets, charts, dialog sheets etc. whereas worksheets only
refer to worksheets, those cellular, grid-like sheets for formulae,
analysis, etc.

Select selects an object, such as a shape, a range, a button, etc. The
selection can be multiple items, such as a range of cells, or a collection
of shapes. Activate is on a single cell, or a single shape, and would be
within the selection. When a cell is activated, it can be all, or part of, a
range of cells.


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
Combine Descriptions BeckyB Excel Discussion (Misc queries) 0 April 6th 10 10:05 PM
Add-in Descriptions James Excel Discussion (Misc queries) 7 July 12th 08 12:28 AM
Translate from Numbers to Descriptions Joey Excel Discussion (Misc queries) 3 April 9th 08 08:33 PM
function descriptions goltinfron[_2_] Excel Programming 2 March 4th 04 03:11 PM
Err.Number 1004 with various Err.Descriptions Nick Cranham Excel Programming 1 February 24th 04 02:41 PM


All times are GMT +1. The time now is 05:08 PM.

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

About Us

"It's about Microsoft Excel"