Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / April 2007

Tip: Looking for answers? Try searching our database.

assigning text box input to a sheet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rlashmore999@hotmail.com - 26 Apr 2007 06:39 GMT
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
Corey - 26 Apr 2007 07:17 GMT
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.

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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.