Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Linking Workbooks

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Linking Workbooks

What are your Macro Security settings set to?

"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Linking Workbooks



"Rayashe" wrote:

What are your Macro Security settings set to?

"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Linking Workbooks

The Security Settings are "Disable All Macros" except from a trusted site
I have The "GoFigure" folder in the Security Settings as a Trusted Site



"Rayashe" wrote:

What are your Macro Security settings set to?

"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Linking Workbooks

You may want to try putting your setting at 'Disable all macros with
notification' then when you open the file, you will get a security warning
above your formula bar select Options and Enable Content.

See if that solves the issue...

"Nylex" wrote:

The Security Settings are "Disable All Macros" except from a trusted site
I have The "GoFigure" folder in the Security Settings as a Trusted Site



"Rayashe" wrote:

What are your Macro Security settings set to?

"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Linking Workbooks

The only way that I can update the cells is if I open the spreadsheet that
has the data
I think the problem might be that the accounting software saves the file as
Excell 2003 format
I tried to put in a Macro to open the file with the data when this one opens
but it wont save the macro - it says it is a macro free workbbook
Should of stayed with Office 2003


"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Linking Workbooks

If I open the file with the Data in it then the main spreadsheet is updated
The problem may be that the accounting software saqves the file in format
excel 2003
I tried to insert a macro to open the other file when the main one is opened
but it wont save the macro - says it is a macro free workbook
Should have stayed with Office 2003 - never had any of these problems


"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Linking Workbooks

That's not a problem. If you select Save As, Save as Type: Macro Enabled
workbook, it will allow you to save down the spreadsheet with the macro -
just delete the un-macro enabled spreadsheet when done.

Another thing - what is your calculation set at? Manual or Automatic?



"Nylex" wrote:

The only way that I can update the cells is if I open the spreadsheet that
has the data
I think the problem might be that the accounting software saves the file as
Excell 2003 format
I tried to put in a Macro to open the file with the data when this one opens
but it wont save the macro - it says it is a macro free workbbook
Should of stayed with Office 2003


"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Linking Workbooks

Also just try DeveloperMacro SecurityMacro SettingsEnable all macros.
Close the spreadsheet and then re-open it to see if it allows the values to
update.

If you do not have the Developer Tab available on your screen then go to
Excel Options Trust CentreTrust Centre SettingsMacro Settings.....

"Nylex" wrote:

The only way that I can update the cells is if I open the spreadsheet that
has the data
I think the problem might be that the accounting software saves the file as
Excell 2003 format
I tried to put in a Macro to open the file with the data when this one opens
but it wont save the macro - it says it is a macro free workbbook
Should of stayed with Office 2003


"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

  #10   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default Linking Workbooks

Thanks for all your help

Renamed my Macro to Auto_Open and now it works fine

Tks again

"Nylex" wrote:

I have a Summary Workbook and it gets information from other workbooks

Whenever I open it it will not update - it has an entry of 0 - I have to go
through the tedious task of doing it manually

This is what is in the Cell

='C:\Program Files\GoFigure\[Projection.xls]Sheet1'!$A$38

I am using Excel 2007

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
Linking workbooks Joanne New Users to Excel 1 June 23rd 07 10:58 AM
Linking workbooks cdstorage Excel Discussion (Misc queries) 1 June 8th 06 10:19 PM
Linking 2 workbooks jacob Excel Worksheet Functions 11 May 12th 06 02:48 PM
linking two workbooks together iowamold Excel Discussion (Misc queries) 2 October 27th 05 01:17 AM
Linking several workbooks KJH Excel Discussion (Misc queries) 0 April 27th 05 03:30 PM


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