Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel - VBA instructions needed Urgently!

Hi all and thanks for you 2 guys, who sent me replies to my message.
The links given weren't very helpful, as I would like to get direct
instructions to help me out with this problem. I am not very good with
Excel, so that's why the links to different MS Articles won't help. Is
there anyone, who can help me by giving me simple instructions like 1)
Do this and then do that, 2) press this and then press that.... etc.?

So here's my problem:

I am currently struggling with Excel macros and I have to say I don't
know anything about creating the macros.
So, here's the problem:

I have a worksheet x1 where I have a form for adding a new customer.
This form is not a real form. I have just used the normal worksheet.
Then I have a table in anothe worksheet x2 where I have all the
customer id's, names, addresses and so on.
I would need to have the x1 form to work the way that it automatically
gets the first available customer id to the cell D9 from the x2 table
(for the new customer).
Then, after entering the new customer details to the form x1 I have a
button, which should by pressing it, copy the customer names and
addresses to the correct cells in the table of sheet x2. Of course the
details should go to the same line, which indicates that new customer
id.
So, if the next available customer id is 8 and the row number is 9,
the details should be copied to that line number 9. And the next new
customer should get the next available customer id, 9 and the details
to be copied in line 10 etc.

Hopefully I have explained this clearly enough :)

Just to make sure that I am understood: I have two problems

1) How to automatically get always the next available Customer ID to a
certain cell (in this example D9)?

2) How to copy the new customer details to the correct cells depending
on the customer id and next available lines by pressing a button "Save
new customer details"?

Please email me if you need more information as I am really in a hurry
with this thing :o

Thanks for all the tips and help!

Rgds,

Minna
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Excel - VBA instructions needed Urgently!

Sounds more like a project than a question.

--
Don Guillett
SalesAid Software

"Minna" wrote in message
om...
Hi all and thanks for you 2 guys, who sent me replies to my message.
The links given weren't very helpful, as I would like to get direct
instructions to help me out with this problem. I am not very good with
Excel, so that's why the links to different MS Articles won't help. Is
there anyone, who can help me by giving me simple instructions like 1)
Do this and then do that, 2) press this and then press that.... etc.?

So here's my problem:

I am currently struggling with Excel macros and I have to say I don't
know anything about creating the macros.
So, here's the problem:

I have a worksheet x1 where I have a form for adding a new customer.
This form is not a real form. I have just used the normal worksheet.
Then I have a table in anothe worksheet x2 where I have all the
customer id's, names, addresses and so on.
I would need to have the x1 form to work the way that it automatically
gets the first available customer id to the cell D9 from the x2 table
(for the new customer).
Then, after entering the new customer details to the form x1 I have a
button, which should by pressing it, copy the customer names and
addresses to the correct cells in the table of sheet x2. Of course the
details should go to the same line, which indicates that new customer
id.
So, if the next available customer id is 8 and the row number is 9,
the details should be copied to that line number 9. And the next new
customer should get the next available customer id, 9 and the details
to be copied in line 10 etc.

Hopefully I have explained this clearly enough :)

Just to make sure that I am understood: I have two problems

1) How to automatically get always the next available Customer ID to a
certain cell (in this example D9)?

2) How to copy the new customer details to the correct cells depending
on the customer id and next available lines by pressing a button "Save
new customer details"?

Please email me if you need more information as I am really in a hurry
with this thing :o

Thanks for all the tips and help!

Rgds,

Minna



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Excel - VBA instructions needed Urgently!

and as it seems to be beyond your current capabilities, you might want to
consider http://www.rentacoder.com/RentACoder/default.asp

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Don Guillett" wrote in message
...
Sounds more like a project than a question.

--
Don Guillett
SalesAid Software

"Minna" wrote in message
om...
Hi all and thanks for you 2 guys, who sent me replies to my message.
The links given weren't very helpful, as I would like to get direct
instructions to help me out with this problem. I am not very good with
Excel, so that's why the links to different MS Articles won't help. Is
there anyone, who can help me by giving me simple instructions like 1)
Do this and then do that, 2) press this and then press that.... etc.?

So here's my problem:

I am currently struggling with Excel macros and I have to say I don't
know anything about creating the macros.
So, here's the problem:

I have a worksheet x1 where I have a form for adding a new customer.
This form is not a real form. I have just used the normal worksheet.
Then I have a table in anothe worksheet x2 where I have all the
customer id's, names, addresses and so on.
I would need to have the x1 form to work the way that it automatically
gets the first available customer id to the cell D9 from the x2 table
(for the new customer).
Then, after entering the new customer details to the form x1 I have a
button, which should by pressing it, copy the customer names and
addresses to the correct cells in the table of sheet x2. Of course the
details should go to the same line, which indicates that new customer
id.
So, if the next available customer id is 8 and the row number is 9,
the details should be copied to that line number 9. And the next new
customer should get the next available customer id, 9 and the details
to be copied in line 10 etc.

Hopefully I have explained this clearly enough :)

Just to make sure that I am understood: I have two problems

1) How to automatically get always the next available Customer ID to a
certain cell (in this example D9)?

2) How to copy the new customer details to the correct cells depending
on the customer id and next available lines by pressing a button "Save
new customer details"?

Please email me if you need more information as I am really in a hurry
with this thing :o

Thanks for all the tips and help!

Rgds,

Minna





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
Help needed urgently AndyW Excel Worksheet Functions 4 May 30th 10 05:07 PM
Help needed urgently..:( harveen Excel Worksheet Functions 8 February 10th 09 09:19 PM
help needed urgently wardah Excel Worksheet Functions 2 October 4th 06 12:02 PM
Help Needed Urgently John Excel Worksheet Functions 2 September 13th 05 02:58 PM
Excel - VBA guru needed URGENTLY! Minna Excel Programming 2 May 13th 04 08:27 PM


All times are GMT +1. The time now is 03:25 AM.

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"