LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Beginner's help

Hi,

Forgive me my lack of knowledge - I have not read any books, just picking it
up as I go but can you help me with the following ?

1) I can record a macro to paste in the "ActiveSheet"(copied text from
webpage) that I copied before I started recording, but how do I copy selected
text in VBA?

2) I can do the function allowing me to sum a range of values on another
worksheet:
e.g. =SUM(INDIRECT(calc!H10))
where h10 is a range i.e. worksheet_name!$A$1:A$23

Now with the follwing values:

Value CELL
apples b10
worksheet_name!$A$1:A$23 h10
apples and pears b99
worksheet_name!$B$1:B$23 h99

I want to do SUM(INDIRECT(calc!H99))
when I search a range of cells (one cell would be "apples and pears" - b99)
for "apples" and find the matching row(s), inthis case row 99

When I try to use the sum and indirect functions in the VBEditor it says
they don't exist - presumably because they are excel worksheet functions ?
Anyway are there other functions in VBEditor or do you need to write them
yourself !?

3) Can you recommend any good books/websites on VBA ?

Many many thanks
 
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
beginner's tutorial sources TonySOS New Users to Excel 3 December 9th 04 03:33 PM
Beginner's question Tom Gibson Excel Programming 0 July 16th 03 01:26 PM


All times are GMT +1. The time now is 09:00 AM.

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"