Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Loading Excel Data into a Form


We use a form created in Excel to analyze property tax assessmen
levels. This data consists of the line items of an income and expens
form that we have been keying in by hand. We have a software provide
who gives us a data base in Access that we can easily convert int
Excel format.

I would like to create a way to directly take the Excel data exporte
from Access and populate the property analysis forms. What is the bes
way to do that?

Excel Macro, VBA application or what?

Thanks for the assistance.

D. Layn

--
DLayn
-----------------------------------------------------------------------
DLayne's Profile: http://www.excelforum.com/member.php...fo&userid=1604
View this thread: http://www.excelforum.com/showthread.php?threadid=27506

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Loading Excel Data into a Form

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
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 593
Default Loading Excel Data into a Form

"Jim Rech" wrote ...

We use a form created in Excel to analyze property tax assessment


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.


By 'form' assumed the OP meant a formatted worksheet, in which case
there are many possibilities but worksheet functions such as VLOOKUP
are simplest.

Jamie.

--
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
VBA - Loading a certain page when firing up a form khot78 Excel Programming 2 August 10th 04 05:42 PM
Problem Loading Data from SQL to Excel poppy Excel Programming 0 July 26th 04 01:08 PM
Data loading more than once into excel columns poppy Excel Programming 0 July 22nd 04 09:54 AM
Loading values into a form on open. J. Vandenberg Excel Programming 3 September 28th 03 03:38 AM
Auto loading of a user form sometimes -\) Excel Programming 1 August 2nd 03 12:32 AM


All times are GMT +1. The time now is 11:59 AM.

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"