• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Application.ActiveSheet."WhatNext"

HI,

I am currently learning VBA from excel school.I have a quick question.
I can understand that ActiveSheet is one of the property for Application Object.
However we can find the Name, usedRange as well using the statement
Application.ActiveSheet.Name / Application.ActiveSheet.UsedRange.

I would like to know what all properties that ActiveSheet supports.
Although Name and UsedRange can be used along with ActiveSheet, how do I find out what all properties are supported by ActiveSheet from the help document.

Can anyone guide me here.

▬▬▬▬▬▬▬▬▬ Mod edit : not here but in appropriate forum !
(so thread was moved)
 
While you are in VBE, [View] - [Object browser]
type Worksheet in search box and enter.

It will list all the property/method etc.
 
Back
Top