#1   Report Post  
Squid
 
Posts: n/a
Default Importing Data

I created a macro that imports data from my accounting system into
individual worksheets in a workbook. Now, I would like to remove the Data
Range from these sheets, so no one refreshes the data. How do you do this
without deleting the contents?


  #2   Report Post  
Jen
 
Posts: n/a
Default

Can't you just delete the macro? Or is it a query? If it's a query, you
would right click from within the data range, choose data range properties,
and unselect Save Query Definition.

"Squid" wrote:

I created a macro that imports data from my accounting system into
individual worksheets in a workbook. Now, I would like to remove the Data
Range from these sheets, so no one refreshes the data. How do you do this
without deleting the contents?



  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

Just a couple of guesses (I have no idea what 3CDaemon is).

First, Get a copy of Chip Pearson's CellView Addin so that you can really
determine what's in DD04):
http://www.cpearson.com/excel/CellView.htm

Second, when I type a formula like:
=if(dd04="N",1,0)

The DD is changed to uppercase and the 0 is dropped:
=IF(DD4="N",1,0)

Does 3CDaemon create any bad (range) names (things that look like addresses)?

Try toggling this on, then off.
Tools|options|general tab|R1C1 reference style.

If you get a dialog box popping up saying that the name needs to be replaced,
you've found the source of your problem (maybe not the solution, though.)



There's an option that behaves kind of like what you write (but not exactly).

Tools|Options|Transition Tab
Uncheck "Transition formula evaluation"

(I uncheck all these Lotus 123 transition settings!)

=IF(DD4="N",1,0)
will evaluate to 1 if DD4 is empty under this setting.
it'll evaluate to 0 if DD4 is empty and the setting is turned off.)




TERRY TILLER wrote:

When I import sales data through 3CDaemon, I get cells that I of data that I
cannot use in formulas. It is like they are corrupted. But can copy the
info from cell to cell, just cannot use in formula (ex. =if(dd04="N",1,0.
Formula does not error out, but it makes no difference if N, U, or anything
else is in dd04. It answers back 0. How can I fix this ?


--

Dave Peterson
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
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
Importing data from several sheets, to one chart Martin Thorgaard Charts and Charting in Excel 2 January 6th 05 03:07 PM
Charting data ranges that change mikelee101 Charts and Charting in Excel 2 December 16th 04 11:07 PM
Importing XML data from http request Pau Larsen Excel Discussion (Misc queries) 0 December 2nd 04 02:01 PM
S.O.S :importing excell data into word villi Excel Discussion (Misc queries) 0 November 25th 04 08:37 PM


All times are GMT +1. The time now is 06:42 AM.

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"