fast learner newbie question 
Author Message
 fast learner newbie question

I'm new here. I know other computer languages but not VBA, but just be given
an assignmen, and it seems VBA with Excel is the way to go.

So, I've borrowed and stolen code, and talked to a few people.

Right now I'm in UserForms and I have a block of code

..................stuff here................................

Selection.Cells(1) = some referenced cells on another worksheet
Selection.Cells(1).Offset (1,2) = some other referenced cells

........................more stuff------------------------------

My question is, how do I get the cell assignment to be the cells I want,
rather than where my cursor is?



Sat, 30 Apr 2005 10:48:51 GMT  
 fast learner newbie question
This group deals with VBA in Word. The experts in Excel VBA can be found at
microsoft.public.excel.programming

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
Word FAQs at http://www.multilinker.com/wordfaq
Please post any follow-up in the newsgroup. I do not reply to Word questions
by email


Quote:
> I'm new here. I know other computer languages but not VBA, but just be
given
> an assignmen, and it seems VBA with Excel is the way to go.

> So, I've borrowed and stolen code, and talked to a few people.

> Right now I'm in UserForms and I have a block of code

> ..................stuff here................................

> Selection.Cells(1) = some referenced cells on another worksheet
> Selection.Cells(1).Offset (1,2) = some other referenced cells

> ........................more stuff------------------------------

> My question is, how do I get the cell assignment to be the cells I want,
> rather than where my cursor is?



Sat, 30 Apr 2005 16:15:24 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Newbie, Self learner question about connecting to Access Database

2. Newbie to VB needs help Fast

3. VB 5.0 Learners Edition

4. VB 5.0 Learner's Edition

5. Tips for learners

6. ODBC learner

7. young learner

8. Help for a learner please :-)

9. Please help a learner with this code

10. learners edition

11. which VB editor is best for learner newbi

12. MSComm driveth a Learner to lunacy

 

 
Powered by phpBB® Forum Software