Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Textbox Code

Hi all,

I am wanting to have a textbox lookup a certain value but as the code below
asks for a certain page I have to have many userforms. How can the code
below be changed to show range i55 on the current worksheet.

Textbox.Text = Worksheets("t3p1").Range("i55").Value


Thanks in Advance

Greg


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Textbox Code

Textbox.Text = Activesheet.Range("i55").Value


--
HTH

Bob Phillips

"browie" wrote in message
...
Hi all,

I am wanting to have a textbox lookup a certain value but as the code

below
asks for a certain page I have to have many userforms. How can the code
below be changed to show range i55 on the current worksheet.

Textbox.Text = Worksheets("t3p1").Range("i55").Value


Thanks in Advance

Greg




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
Need VBA code to enter text into a textbox !!!! Art Ferdinand Excel Discussion (Misc queries) 1 May 6th 05 01:47 PM
HELP! I Lost The Ability To Advance From TextBox To TextBox With the ENTER Or The TAB Keys Minitman[_4_] Excel Programming 0 February 22nd 05 08:50 PM
Adding TextBox to UserForm via code krzychu58 Excel Programming 1 September 24th 04 03:24 PM
Edit Textbox using KeyPress vba code in Access Arno Excel Programming 3 February 23rd 04 11:57 AM
Code for moving textbox Phil Perry Excel Programming 2 July 9th 03 03:49 PM


All times are GMT +1. The time now is 09:17 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"