Excel? Access?

O

Ozgur

Hi,

I can do everything in excel with modules. But I know nothing about
automation in access.
I have lots of big excel files and they are growing everyday. I need an
access file to gather all these excel files. Because report and form is a
great advantage of access.

I need only a simple sample that copies a variable (date, number etc.) from
excel or internet explorer and pastes it into a specific field in a specific
table.
Ex: I want to fill customer information in field2 of 5th record in field1
(in other words, I want to enter customer information of between 5th and
125th rows.)

Is it possible in access and is there any people to send me a sample for
this kind of data transfer?

Thanx
 
O

Ozgur

Hi ErezM,

Thanx for quick help and sample. I will work on it.

Is it possible to define a record (like a specific cell in excel)?
Ex: I want to fill only address information for 5th of 100 records.
In excel view;
1- macro will ask me for sirname to find. I will enter sirname.
2- macro will ask me for address to enter. I will enter address.
2- it will find the cell and row with that sirname. (ex: B25)
3- it will enter address into the cell right at sirname cell. (ex: C25)
 
T

Tony Toews [MVP]

Ozgur said:
I have lots of big excel files and they are growing everyday. I need an
access file to gather all these excel files. Because report and form is a
great advantage of access.

Is this a one time transfer or an ongoing file transfer? If one time
you can do it manually. If ongoing then why not write the
application in Access and give the folks a front end to Access with
all the forms and reports in it they need.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
O

Ozgur

Hi Tony,

Thanx for your interest.
Unfortunately, not one time.

In fact, I wrote a module in excel.
It controls our special company software which is used by all our factories.
It transfers all data from screen (mouse can be addressed in coordinates)
that I select by checkboxes in my form in excel.
I am using this simple module for about 50 rows and 50 columns daily. (first
cell is primary key, cells at left (49 columns) are feeded by module.)

My needs in access programming are:
1- Record finding by loop (like "worksheet(1).Cells(RowX, 5).value". RowX is
my going up parameter.)
2- Choosing n'th cell at left (cell which I want to update.)

Özgür
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top