PC Review


Reply
Thread Tools Rate Thread

assigning text box input to a sheet

 
 
rlashmore999@hotmail.com
Guest
Posts: n/a
 
      26th Apr 2007
I've got these problems::

a cmdButton on a userform should read 3 text boxes
and assign the data on one row across three columns
but I get it to do things like input into col a row1 then
b2 then c3
and worse
it should go a5 b5 c5 with existing data in a2-4 b2-4 c2-4

whn I input data data into text boxes what are the assgnments

for a start date and end date

do I dim them as strings and format them or dim them and Date and do
some other loopy assignment



I want one text box to input todays date from a text box into cell
"E2"...how do I do that ?????


any help is greatly appreciated

I should have said thanks b for the other helpo I've received

 
Reply With Quote
 
 
 
 
Corey
Guest
Posts: n/a
 
      26th Apr 2007
I want one text box to input todays date from a text box into cell
"E2"...how do I do that ?????

sheet1.range("E2").value = textbox1.value ' <== Modify Sheet & Textbox Number to suit.


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
I've got these problems::

a cmdButton on a userform should read 3 text boxes
and assign the data on one row across three columns
but I get it to do things like input into col a row1 then
b2 then c3
and worse
it should go a5 b5 c5 with existing data in a2-4 b2-4 c2-4

whn I input data data into text boxes what are the assgnments

for a start date and end date

do I dim them as strings and format them or dim them and Date and do
some other loopy assignment



I want one text box to input todays date from a text box into cell
"E2"...how do I do that ?????


any help is greatly appreciated

I should have said thanks b for the other helpo I've received


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Name Sheet with Input Box and text ra Microsoft Excel Programming 2 6th Mar 2008 10:06 AM
Input box and assigning to a variable. =?Utf-8?B?VmlqYXkgS290aWFu?= Microsoft Excel Programming 2 16th Mar 2007 02:03 PM
Copy my active sheet to a new sheet and open with an input form Brad Withrow Microsoft Excel Programming 0 6th Apr 2006 03:56 AM
Saving Workbook with VBA assigning Filename from Input On Worksheet Jrew23 Microsoft Excel Discussion 2 9th Jan 2006 04:56 PM
2 questions, copying data from sheet to sheet and assigning macro =?Utf-8?B?Qm9yaXM=?= Microsoft Excel Worksheet Functions 0 16th Dec 2004 06:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:04 PM.