Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Inter data into a cell

Hi all

Is there a way to enter data in a close workbook cell, from an other
open workbook?

Thanks In advance
Gastón

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Inter data into a cell

Not without opening the file first (though you can use the workbook
that's already open to open it).

Basically you'll need to open the workbook, then enter the data, then
close the workbook (this can all be done with a macro from the already
open workbook). You should be able to search the newsgroup for help
with this.



wrote:
Hi all

Is there a way to enter data in a close workbook cell, from an other
open workbook?

Thanks In advance
Gastón


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Inter data into a cell

Thanks!

On Oct 23, 12:07 pm, "John" wrote:
Not without opening the file first (though you can use the workbook
that's already open to open it).

Basically you'll need to open the workbook, then enter the data, then
close the workbook (this can all be done with a macro from the already
open workbook). You should be able to search the newsgroup for help
with this.



wrote:
Hi all


Is there a way to enter data in a close workbook cell, from an other
open workbook?


Thanks In advance
Gastón- Hide quoted text -- Show quoted text -


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Inter data into a cell


How can I open a workbook if I am passing his name as a veriable?
exaple:
sLibro = sNombre & ".xls"
Set NewWorkbook = ThisWorkbook.Path & Workbooks(sLibro)

this makes an error

On Oct 23, 12:07 pm, "John" wrote:
Not without opening the file first (though you can use the workbook
that's already open to open it).

Basically you'll need to open the workbook, then enter the data, then
close the workbook (this can all be done with a macro from the already
open workbook). You should be able to search the newsgroup for help
with this.



wrote:
Hi all


Is there a way to enter data in a close workbook cell, from an other
open workbook?


Thanks In advance
Gastón- Hide quoted text -- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Inter data into a cell

sLibro = sNombre & ".xls"
Set NewWorkbook = workbooks.open(filename:=ThisWorkbook.Path & "\" sLibro)



" wrote:

How can I open a workbook if I am passing his name as a veriable?
exaple:
sLibro = sNombre & ".xls"
Set NewWorkbook = ThisWorkbook.Path & Workbooks(sLibro)

this makes an error

On Oct 23, 12:07 pm, "John" wrote:
Not without opening the file first (though you can use the workbook
that's already open to open it).

Basically you'll need to open the workbook, then enter the data, then
close the workbook (this can all be done with a macro from the already
open workbook). You should be able to search the newsgroup for help
with this.



wrote:
Hi all


Is there a way to enter data in a close workbook cell, from an other
open workbook?


Thanks In advance
Gastón- Hide quoted text -- Show quoted text -


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Inter data into a cell

Thanks!!

On Oct 23, 1:10 pm, Dave Peterson wrote:
sLibro = sNombre & ".xls"
Set NewWorkbook = workbooks.open(filename:=ThisWorkbook.Path & "\" sLibro)





" wrote:

How can I open a workbook if I am passing his name as a veriable?
exaple:
sLibro = sNombre & ".xls"
Set NewWorkbook = ThisWorkbook.Path & Workbooks(sLibro)


this makes an error


On Oct 23, 12:07 pm, "John" wrote:
Not without opening the file first (though you can use the workbook
that's already open to open it).


Basically you'll need to open the workbook, then enter the data, then
close the workbook (this can all be done with a macro from the already
open workbook). You should be able to search the newsgroup for help
with this.


wrote:
Hi all


Is there a way to enter data in a close workbook cell, from an other
open workbook?


Thanks In advance
Gastón- Hide quoted text -- Show quoted text ---


Dave Peterson- Hide quoted text -- Show quoted text -


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
inter-dependency kc Excel Worksheet Functions 1 February 13th 09 03:52 AM
Line chart, multiple series, data is inter-mixed Bob[_5_] Charts and Charting in Excel 2 April 27th 07 07:13 PM
Inter sheet call ups Mr. DP Excel Discussion (Misc queries) 0 November 30th 06 06:10 AM
[email protected] Ron de Bruin Excel Discussion (Misc queries) 1 July 21st 05 01:07 PM
Inter-process handling Tim Coddington Excel Programming 2 October 7th 04 03:34 AM


All times are GMT +1. The time now is 08:36 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"