Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default excel vba macro Please HELP!!!

I need help with a VBA macro.

I want the macro to ask an "Iresponse" question with a input box and then
the answer of this question to be put into a certin cell "C5"
I then need to ask another question and have that answer put into a
different cell "C6"

I want another macro to ask a questions and if the answer is yes then it
automatically calulates a value in a cell. ex. (A10*1.07) and put that value
into a different cell A12

Any one who can pretty please help me??? this is for work and I have a due
date - YIKES??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 364
Default excel vba macro Please HELP!!!

check out the help for the type of data you are returning, the 1 in my code
returns a number

Sub test()
worksheets("sheet1").Range("c5").Value = Application.InputBox("Enter your
response", "Data Entry", , _
, , , , 1)

End Sub

--


Gary

"Nadine needs help!!" <Nadine needs wrote
in message ...
I need help with a VBA macro.

I want the macro to ask an "Iresponse" question with a input box and then
the answer of this question to be put into a certin cell "C5"
I then need to ask another question and have that answer put into a
different cell "C6"

I want another macro to ask a questions and if the answer is yes then it
automatically calulates a value in a cell. ex. (A10*1.07) and put that
value
into a different cell A12

Any one who can pretty please help me??? this is for work and I have a due
date - YIKES??


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default excel vba macro Please HELP!!!

I tried to run it like that but, it keeps coming up with an application
error. I need my macro to have an input box that askes for "Customer Name"
and then takes the result that is inputted (inot the input box) and puts it
into cell C5?

I can not get it to work?

Nadine



"Gary Keramidas" wrote:

check out the help for the type of data you are returning, the 1 in my code
returns a number

Sub test()
worksheets("sheet1").Range("c5").Value = Application.InputBox("Enter your
response", "Data Entry", , _
, , , , 1)

End Sub

--


Gary

"Nadine needs help!!" <Nadine needs wrote
in message ...
I need help with a VBA macro.

I want the macro to ask an "Iresponse" question with a input box and then
the answer of this question to be put into a certin cell "C5"
I then need to ask another question and have that answer put into a
different cell "C6"

I want another macro to ask a questions and if the answer is yes then it
automatically calulates a value in a cell. ex. (A10*1.07) and put that
value
into a different cell A12

Any one who can pretty please help me??? this is for work and I have a due
date - YIKES??



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default excel vba macro Please HELP!!!

Ahhh... Gary I got it to work.. .Ignore my last message.. Thank you so much -
you saved the day!!! It works like a charm - Thank you so much for your help
- I can not thank you enough -3 days and many long hours and cups of coffee
trying to get this stupid thing to work - and you got the right answer for
me in minutes..

Thank you so very much - I appreciate this so much!!
You saved the day!!! Again, I am very thankful!

Nadine



"Gary Keramidas" wrote:

check out the help for the type of data you are returning, the 1 in my code
returns a number

Sub test()
worksheets("sheet1").Range("c5").Value = Application.InputBox("Enter your
response", "Data Entry", , _
, , , , 1)

End Sub

--


Gary

"Nadine needs help!!" <Nadine needs wrote
in message ...
I need help with a VBA macro.

I want the macro to ask an "Iresponse" question with a input box and then
the answer of this question to be put into a certin cell "C5"
I then need to ask another question and have that answer put into a
different cell "C6"

I want another macro to ask a questions and if the answer is yes then it
automatically calulates a value in a cell. ex. (A10*1.07) and put that
value
into a different cell A12

Any one who can pretty please help me??? this is for work and I have a due
date - YIKES??



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
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort Gavin Excel Worksheet Functions 0 May 17th 07 01:20 PM
My excel macro recorder no longer shows up when recording macro jack Excel Discussion (Misc queries) 1 February 5th 07 09:31 PM
translate lotus 1-2-3 macro into excel macro using excel 2000 krutledge0209 Excel Programming 1 November 2nd 04 05:50 PM
Excel Macro Issue Trying to autorun Macro Upon Opening Worksheet wyndman Excel Programming 2 May 25th 04 06:59 PM


All times are GMT +1. The time now is 10:47 PM.

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

About Us

"It's about Microsoft Excel"