Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a texbox that gets its value, on "Initialize", from a scrollbar.
txtNumber = scrNumber My problem is that i want the value of "scrNumber", on "Initialize", t be the same as the Max value of column D. Many thank -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try scrNumber = application.worksheetfunction.max(activesheet.rang e("D:D")) -- Regards Frank Kabel Frankfurt, Germany I have a texbox that gets its value, on "Initialize", from a scrollbar. txtNumber = scrNumber My problem is that i want the value of "scrNumber", on "Initialize", to be the same as the Max value of column D. Many thanks --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
scrollbar reslut makes another scrollbar to show | Excel Discussion (Misc queries) | |||
excel vba- userform problem | Excel Programming | |||
Excel VBA - Userform Checkbox/Textbox Problem | Excel Programming | |||
excel VBA - Userform cmd problem | Excel Programming | |||
Scrollbar settings in a UserForm | Excel Programming |