Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Userform textboxes (which I assume your using) do not have a property that
ties their values to particular worksheet cells, so, yes, you'll need a macro to populate the userform. TextBox1.Value = Range("A1").Value etc. -- Jim Rech Excel MVP "DLayne" wrote in message ... | | We use a form created in Excel to analyze property tax assessment | levels. This data consists of the line items of an income and expense | form that we have been keying in by hand. We have a software provider | who gives us a data base in Access that we can easily convert into | Excel format. | | I would like to create a way to directly take the Excel data exported | from Access and populate the property analysis forms. What is the best | way to do that? | | Excel Macro, VBA application or what? | | Thanks for the assistance. | | D. Layne | | | -- | DLayne | ------------------------------------------------------------------------ | DLayne's Profile: http://www.excelforum.com/member.php...o&userid=16047 | View this thread: http://www.excelforum.com/showthread...hreadid=275064 | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA - Loading a certain page when firing up a form | Excel Programming | |||
Problem Loading Data from SQL to Excel | Excel Programming | |||
Data loading more than once into excel columns | Excel Programming | |||
Loading values into a form on open. | Excel Programming | |||
Auto loading of a user form sometimes | Excel Programming |