Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Using a marco to update my spreadsheet.

My problem is that i am currently manually updating my spreadsheet when
i recieve a payment from student in my class.

I am looking for a macro that i can assign to a button which will
update the payment coloum with a fixed amount.

The marco needs to find the coloum of interest, which is fixed in my
spreadsheet, find the next free cell in the coloum and input the value
(cost of a lesson) into that cell.

It would also be useful to have a similar Marco that allows me to enter
data recieved from a input box, into the next free cell in a deffind
coloum.

Hope you can help

Cheers

Glynn

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Using a marco to update my spreadsheet.

Range("A1").End(xlDown).Offset(1,0).Value = amt

change column A and amt to suit.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
s.com...
My problem is that i am currently manually updating my spreadsheet when
i recieve a payment from student in my class.

I am looking for a macro that i can assign to a button which will
update the payment coloum with a fixed amount.

The marco needs to find the coloum of interest, which is fixed in my
spreadsheet, find the next free cell in the coloum and input the value
(cost of a lesson) into that cell.

It would also be useful to have a similar Marco that allows me to enter
data recieved from a input box, into the next free cell in a deffind
coloum.

Hope you can help

Cheers

Glynn



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Using a marco to update my spreadsheet.

Thank you very much, worked like a charm

Cheers

Glynn



Bob Phillips wrote:
Range("A1").End(xlDown).Offset(1,0).Value = amt

change column A and amt to suit.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
s.com...
My problem is that i am currently manually updating my spreadsheet when
i recieve a payment from student in my class.

I am looking for a macro that i can assign to a button which will
update the payment coloum with a fixed amount.

The marco needs to find the coloum of interest, which is fixed in my
spreadsheet, find the next free cell in the coloum and input the value
(cost of a lesson) into that cell.

It would also be useful to have a similar Marco that allows me to enter
data recieved from a input box, into the next free cell in a deffind
coloum.

Hope you can help

Cheers

Glynn


Reply
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
Automatic update of spreadsheet & automatic update between workboo Losva Excel Worksheet Functions 6 September 12th 08 03:22 PM
Spreadsheet Update Richard Excel Discussion (Misc queries) 3 January 18th 08 10:14 PM
Automatically update spreadsheet from another spreadsheet Cindy Excel Worksheet Functions 3 January 9th 08 06:05 PM
Stop marco allert and update link allert when opening spreadsheet john conwell Excel Programming 1 June 23rd 06 12:15 AM
spreadsheet do not update rach85 Excel Programming 2 November 17th 04 04:47 AM


All times are GMT +1. The time now is 02:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"