Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ali
 
Posts: n/a
Default How can I add values to a closed excel file?

Hi, if someone can please tell me how I can add values to closed excel file
from an open excel file. What needs to be done here.


Thanks.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed excel file
from an open excel file. What needs to be done here.


Thanks.

  #3   Report Post  
Andy Wiggins
 
Posts: n/a
Default

You can!

... and here's how:

http://www.bygsoftware.com/Excel/SQL..._using_sql.htm

Using an UPDATE query in SQL.REQUEST to change values in closed workbooks.
How to COUNT data in an Excel table and in an MsAccess database using
SQL.REQUEST.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed excel

file
from an open excel file. What needs to be done here.


Thanks.



  #4   Report Post  
George Nicholson
 
Posts: n/a
Default

Andy:

Out of curiousity, do those allow you to actually "add values" like the OP
asked, or just change/update existing values?

--
George Nicholson

Remove 'Junk' from return address.


"Andy Wiggins" wrote in message
...
You can!

.. and here's how:

http://www.bygsoftware.com/Excel/SQL..._using_sql.htm

Using an UPDATE query in SQL.REQUEST to change values in closed workbooks.
How to COUNT data in an Excel table and in an MsAccess database using
SQL.REQUEST.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed excel

file
from an open excel file. What needs to be done here.


Thanks.





  #5   Report Post  
Andy Wiggins
 
Posts: n/a
Default

It uses the Sql UPDATE functionality, therefore it updates cells. If you
want to add a new value to the current value in a cell then you would need
to obtain the current value, add the new value and then update the target
cell(s).

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"George Nicholson" wrote in message
...
Andy:

Out of curiousity, do those allow you to actually "add values" like the OP
asked, or just change/update existing values?

--
George Nicholson

Remove 'Junk' from return address.


"Andy Wiggins" wrote in message
...
You can!

.. and here's how:

http://www.bygsoftware.com/Excel/SQL..._using_sql.htm

Using an UPDATE query in SQL.REQUEST to change values in closed

workbooks.
How to COUNT data in an Excel table and in an MsAccess database using
SQL.REQUEST.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed

excel
file
from an open excel file. What needs to be done here.


Thanks.









  #6   Report Post  
George Nicholson
 
Posts: n/a
Default

Assume I have an excel file/sheet with 500 records and wanted to add 75
additional records (leaving the original 500 untouched)....?

--
George Nicholson

Remove 'Junk' from return address.


"Andy Wiggins" wrote in message
...
It uses the Sql UPDATE functionality, therefore it updates cells. If you
want to add a new value to the current value in a cell then you would need
to obtain the current value, add the new value and then update the target
cell(s).

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"George Nicholson" wrote in message
...
Andy:

Out of curiousity, do those allow you to actually "add values" like the
OP
asked, or just change/update existing values?

--
George Nicholson

Remove 'Junk' from return address.


"Andy Wiggins" wrote in message
...
You can!

.. and here's how:

http://www.bygsoftware.com/Excel/SQL..._using_sql.htm

Using an UPDATE query in SQL.REQUEST to change values in closed

workbooks.
How to COUNT data in an Excel table and in an MsAccess database using
SQL.REQUEST.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed

excel
file
from an open excel file. What needs to be done here.


Thanks.








  #7   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

It's not built in though, as far as I know you need to install it and also if
you have excel 2003 you need to find the 2002 version since it does not come
with Office/Excel 2003 so given that, for the next version of office it will
probably not work unless they include a new add-in


Regards


Peo Sjoblom


"Andy Wiggins" wrote:

You can!

... and here's how:

http://www.bygsoftware.com/Excel/SQL..._using_sql.htm

Using an UPDATE query in SQL.REQUEST to change values in closed workbooks.
How to COUNT data in an Excel table and in an MsAccess database using
SQL.REQUEST.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed excel

file
from an open excel file. What needs to be done here.


Thanks.




  #8   Report Post  
Andy Wiggins
 
Posts: n/a
Default

As the OP asked, "What needs to be done here", and that's the question I
answered. (I'm starting to sound like a pedant)

As to the XLODBC add-in ...

http://www.bygsoftware.com/Excel/sqlrequest.html

Q: I can't find the XLODBC add-in. I'm using Excel 2002
A: This add-in is no longer included with Microsoft Excel. You can get it
from Microsoft by following this link -
http://office.microsoft.com/downloads/2002/xlodbc.aspx

Q: I can't find the XLODBC add-in. I'm using Excel 2003. I've tried the
above link but that says it can't find Excel 2002 or Excel XP.
A: This is where Uncle Bill isn't being too helpful :-( But, here is a way
to get to those files:
Open the xlodbc.exe using, say, Winzip.
Copy the files to a convenient location.
From within Excel, browse to the add-in file and load it as normal.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
It's not built in though, as far as I know you need to install it and also

if
you have excel 2003 you need to find the 2002 version since it does not

come
with Office/Excel 2003 so given that, for the next version of office it

will
probably not work unless they include a new add-in


Regards


Peo Sjoblom


"Andy Wiggins" wrote:

You can!

... and here's how:

http://www.bygsoftware.com/Excel/SQL..._using_sql.htm

Using an UPDATE query in SQL.REQUEST to change values in closed

workbooks.
How to COUNT data in an Excel table and in an MsAccess database using
SQL.REQUEST.

--
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy
-

"Peo Sjoblom" wrote in message
...
You can't


Regards,

Peo Sjoblom

"Ali" wrote:

Hi, if someone can please tell me how I can add values to closed

excel
file
from an open excel file. What needs to be done here.


Thanks.






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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Saved *.csv file gives SYLK file type warning upon Excel 2003 open Tom Excel Discussion (Misc queries) 5 March 19th 08 03:15 PM
Excel startup switches Randy Excel Discussion (Misc queries) 9 June 14th 05 10:27 PM
Large Excel file size caused by a bug ? I really tried everything Anik Excel Discussion (Misc queries) 5 March 16th 05 06:19 PM
Excel 2003 Opens Up Every File in My Documents Glenn Reschke Excel Discussion (Misc queries) 4 February 11th 05 06:00 PM


All times are GMT +1. The time now is 04:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"