Can anyone help?????????????????

amarj

New Member
Joined
Aug 31, 2006
Messages
13
Hi There.

Is it possible for VB to retrieve data from excel; range a1:a34 in sheet 1 of active book and display this information in a text box / image on useform?

Thanks


Extreme Novice!!!!!!!!!!!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Why not start with a book that introduces VBA program in an organized manner? Jumping into userforms is not necessarily the best way for an "extreme novice" to use/learn VBA.
 
Upvote 0
can anyone else help me?

im reading vba macro - but dont have the time as this is part of a task requested and overdue for work.

help - is this feasible?
 
Upvote 0
Hi

Rather than a text box, try a list box. Have it linked to the source range.


Tony
 
Upvote 0
Thanks Tony - It is feasible then.

How do you link the source range to the text box?

is this a simple code?
 
Upvote 0
Hi

IF you are going to have a consistent source then you can set the rowsource property in the listbox to refer to the range on the sheet.


Tony
 
Upvote 0

Forum statistics

Threads
1,213,495
Messages
6,113,992
Members
448,538
Latest member
alex78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top