Re: $$Excel-Macros$$ excel vba help

2010-02-09 Thread Paul Schreiner
To: excel-macros@googlegroups.com excel-macros@googlegroups.com Sent: Mon, February 8, 2010 9:52:17 PM Subject: RE: $$Excel-Macros$$ excel vba help Hi Jason, One way to increment your cell is to use the Cells thingy. The Cells thingy uses Row, then Column within it's brackets, and it uses numbers

RE: $$Excel-Macros$$ excel vba help

2010-02-09 Thread Dave Bonallack
Thanks Paul, Always learning. BTW, does 'Cells' do anything that 'Range' can't? Dave. Date: Tue, 9 Feb 2010 05:58:28 -0800 From: schreiner_p...@att.net Subject: Re: $$Excel-Macros$$ excel vba help To: excel-macros@googlegroups.com Dave... Just a bit of 'trivia'?? you CAN use

Re: $$Excel-Macros$$ excel vba help

2010-02-09 Thread Paul Schreiner
-Macros$$ excel vba help Thanks Paul, Always learning. BTW, does 'Cells' do anything that 'Range' can't? Dave.   Date: Tue, 9 Feb 2010 05:58:28 -0800 From: schreiner_p...@att.net Subject: Re: $$Excel-Macros$$ excel vba help To: excel-macros@googlegroups.com Dave

RE: $$Excel-Macros$$ excel vba help

2010-02-09 Thread Dave Bonallack
Ok, thanks Paul. Dave. Date: Tue, 9 Feb 2010 20:11:23 -0800 From: schreiner_p...@att.net Subject: Re: $$Excel-Macros$$ excel vba help To: excel-macros@googlegroups.com Sometimes, Cells() is a bit easier to read. For instance, if you want to cycle through columns A-J and rows 1-100

RE: $$Excel-Macros$$ excel vba help

2010-02-08 Thread Dave Bonallack
. Date: Sun, 7 Feb 2010 13:54:22 -0800 From: opie...@yahoo.com Subject: $$Excel-Macros$$ excel vba help To: excel-macros@googlegroups.com I am trying to teach myself how to use the vba. I want to use a copy/paste and loop macro for some equations. I already know how to use my formulas

$$Excel-Macros$$ excel vba help

2010-02-07 Thread jason nix
I am trying to teach myself how to use the vba. I want to use a copy/paste and loop macro for some equations. I already know how to use my formulas to automatically calculate but I need help getting info into the right cell. The basics of it goes like this; I want to get a number to copy to the