----[Please read http://ercoupers.com/disclaimer.htm before following any
advice in this forum.]----

In order to help out with the local airport hangar billing I am working 
on an ECELL spreadsheet and I am trying to make a macro to post the 
payments to a database spreadsheet.
I have the following macro so far:

Sheets("FIRST").Select
    Range("C22").Select
    Selection.Copy
    Sheets("DATABASE").Select
    Range("RowSource = C14").Select
    ActiveSheet.Paste

Line 5 rowsource is not what I need, I have to get the correct syntax so 
the macro will look at the row and collumn information in a fixed range 
C14 and select it to paste the payment in the database.
C14 has the letter and number of the correct range to paste which is 
determined by the month and hangar numbers. 

Any help will be appreciated 
...and rewarded with one night's free tie down.

Alan Fairclough
N87333
Kingwood, TX


__________________________________________________
To unsubscribe from this list please send
mailto:[EMAIL PROTECTED]

==^================================================================
EASY UNSUBSCRIBE click here: http://topica.com/u/?aVxiLm.aVzvvT
Or send an email To: [EMAIL PROTECTED]
This email was sent to: [EMAIL PROTECTED]

T O P I C A  -- Learn More. Surf Less.
Newsletters, Tips and Discussions on Topics You Choose.
http://www.topica.com/partner/tag01
==^================================================================

<<attachment: winmail.dat>>

Reply via email to