Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default Refresh Data

I have a workwheet that is using a lookup table. Everything works fine
except when I update (change) the data in the lookup table. I have confirmed
the location of the lookup table but just does not want to update the data in
the worksheet.

The help command tells me to use the refresh data command, however it seems
to have disappeared. Also won't just closing out the file and reopening it
update the data"
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default Refresh Data

Do you mean a pivot table? You should be using dynamically named
ranges to define the input for your pivot table, so when you refresh
it automatically picks up new data.

http://www.ozgrid.com/Excel/DynamicRanges.htm


Or are you referring to an external query?


HTH,
JP


On Nov 19, 8:41 am, Beep Beep
wrote:
I have a workwheet that is using a lookup table. Everything works fine
except when I update (change) the data in the lookup table. I have confirmed
the location of the lookup table but just does not want to update the data in
the worksheet.

The help command tells me to use the refresh data command, however it seems
to have disappeared. Also won't just closing out the file and reopening it
update the data"


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Refresh Data

Did you use the "Import External Data" menu option from the "Data" menu to
import the table? If not, then the "Refresh Data" option in the menu would
be grayed out and chances are, it's an Excel table via either a pivot table
or some calculation table.

Me personally, I do not use the "Import External Data" cause it relies on
using MS Query, which then relies on using ADO within Excel. ADO within
Excel is a major memory leaker, which when I attempted to use it a few years
ago, it would work for so long, but then crash prior to all of the various
machine center reports were completed as a result of this memory leak that I
learned about from one of the MS KB articles. I therefore stuck to using
VBA to control the calculations of my various machine center reports.


One more thing to look at. If you have Personalize Menus enabled (default
to yes in Excel), then you may need to click on the double arrow down and
you should see it there at the bottom. To disable this personalized menu
option, right click on the tool bar not on a tool bar button, then click on
"Customize...". Click on the "Options" tab, then checkmark the "Always show
full menus" option.

--

Sincerely,

Ronald R. Dodge, Jr.
Master MOUS 2000

"Beep Beep" wrote in message
...
I have a workwheet that is using a lookup table. Everything works fine
except when I update (change) the data in the lookup table. I have
confirmed
the location of the lookup table but just does not want to update the data
in
the worksheet.

The help command tells me to use the refresh data command, however it
seems
to have disappeared. Also won't just closing out the file and reopening
it
update the data"



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
Create refresh button in worksheet to refresh Pivot Table Data Ron Excel Worksheet Functions 1 October 13th 07 01:20 AM
Macro to Open the Menu Data,Refresh Data,filename,import Bob Excel Programming 0 February 11th 06 04:51 PM
refresh data from a intermediate excel data file (not opened) Matthieu Gaillet Excel Programming 0 December 1st 05 02:40 PM
Refresh existing data when changed in data validation list problem girl New Users to Excel 1 September 28th 05 10:19 PM
Pivot Table REFRESH Flaw -- Saves Old Data in Selection Area AFTER REFRESH Ken Roberts Excel Programming 3 September 11th 03 06:02 AM


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