Link to home
Start Free TrialLog in
Avatar of neela
neela

asked on

Viewing Calculated Member in Excel Sheete

How can i veiw the calculated member in an excel sheet
ASKER CERTIFIED SOLUTION
Avatar of Jon_Raymond
Jon_Raymond

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of neela
neela

ASKER

Answer Was Very Good. Can we program pivot tables provided by Excel
Basically, anything that you can do in excel can be programmed.  If you create an Excel VBA module in Excel and program from there you will see what and how to program excel objects.  Just use the Excel VBA help to find what you need.  Then when you've got something that works you can pretty much use the same code in VB.  In VB you have to add a reference to the Excel library.  Once you have that reference you can use the Excel.application object and all of its properties and methods which are the same properties and methods that you used in Excel VBA.