Topic Options
#21825 - 04/16/10 07:29 AM When exprtng to Excel a Table created in Office 7
SuzBem Offline
Adagio Fan

Registered: 04/04/08
Posts: 35
Loc: Canada
Hello,

I'm using Adagio Ledger 9.0B. This is a new issue since recently moving to Excel 2007. When I hit the excel button in Adagio Ledger to export data to an excel sheet I end up with a table in Excel 2007. Sometimes I don't want a table. Is there a way to turn this off?

Thanks.

Top
#21826 - 04/16/10 07:59 AM Re: When exprtng to Excel a Table created in Office 7 [Re: SuzBem]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Sorry no, but you can copy the data in Excel to another sheet and remove the table attributes.

"Sometimes" is a problem. We decided that, in the majority of cases, tables provide more advantages than disadvantages.

Could you give me an example of where having the data in a table is a problem?
_________________________
Andrew Bates

Top
#21828 - 04/16/10 08:29 AM Re: When exprtng to Excel a Table created in Office 7 [Re: Retired_Guy]
SuzBem Offline
Adagio Fan

Registered: 04/04/08
Posts: 35
Loc: Canada
Yes, I can give you examples. I transfered the GL balances (from View) to a spreadsheet. I pick a cell in the column beside the balance column and hit sum to add together certain cells, such as all the revenue and expense accounts. A new column pops up and it doesn't like the formula. I realize I can click the down arrow and tell it to stop but it's another step. If I do copy it, how do I remove the table attributes?

Another example, I use this function to cut and paste into my Word reports. I don't want shaded numbers, all I want is the data, so I have to reset the table to no colors. Again not a big deal but another step compared to the straight transfer in excel 2003.

Top
#21833 - 04/16/10 11:34 AM Re: When exprtng to Excel a Table created in Office 7 [Re: SuzBem]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Instead of picking a cell immediately adjacent to the table, leave a blank column for your auto sum. Alternatively, after entering the auto sum and generating all the #ref errors in the cells above and below, then press ctrl-z to get the one formula you need. You can clear the table formatting with a single mouse click on the home tab (Clear Formatting). You can create a default style for tables with no banding or header/footer highlighting and make it the default style using "Format as table | New Table Style". You can also remove all the table attributes (the column filters and total rows) by right mouse clicking in the table and selecting "Table | Convert to range".

In Word, you can "Paste special" to paste the plain text rather than the formatted rows (although I like the shading in the document). I'd recommend removing the formatting in Excel before the copy though as the operation is faster.

Because you only "sometimes" want the table attributes, and tables allow instant filtering and summing of values, as well as two click generation of bar and pie charts from the data, we still consider that overall they're a benefit.

PS - Of course, if you continue to run Excel 2003, then we don't generate tables. <g>
_________________________
Andrew Bates

Top
#21845 - 04/16/10 03:05 PM Re: When exprtng to Excel a Table created in Office 7 [Re: Retired_Guy]
Douglas Dickie Offline
Adagio God

Registered: 06/02/99
Posts: 4414
Loc: Vancouver, BC
Andrew:

How did you come to the conclusion that a table had more advantages than disadvantages? Everytime I export to Excel I have to copy and paste the data into a new worksheet in order to get away from the table.
_________________________
Douglas Dickie
AccSys Solutions Inc
Phone: 1.888.534.4344
ddickie@accsyssolutions.com

Top
#21846 - 04/16/10 04:18 PM Re: When exprtng to Excel a Table created in Office 7 [Re: Douglas Dickie]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Auto filtering (I want to see all the checks written to Bill), pivot charts, nice formatting...

Here's a macro that clears the the table style:
Code:
Sub ClearTable()
'
' ClearTable Macro
'

'
    Range("Table1[#All]").Select
    Selection.ClearFormats
    ActiveSheet.ListObjects("Table1").TableStyle = ""
    Range("A2").Select
    With ActiveWindow
        .SplitColumn = 0
        .SplitRow = 0
    End With
End Sub
_________________________
Andrew Bates

Top
#21851 - 04/17/10 11:49 AM Re: When exprtng to Excel a Table created in Office 7 [Re: Retired_Guy]
Douglas Dickie Offline
Adagio God

Registered: 06/02/99
Posts: 4414
Loc: Vancouver, BC
Andrew:

Thanks for the code. Any ideas on how to get it to automatically run everytime you export from Adagio?
_________________________
Douglas Dickie
AccSys Solutions Inc
Phone: 1.888.534.4344
ddickie@accsyssolutions.com

Top
#21852 - 04/17/10 01:04 PM Re: When exprtng to Excel a Table created in Office 7 [Re: Douglas Dickie]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Place it in your macros workbook and attach it to a keypress or button.
_________________________
Andrew Bates

Top
#21855 - 04/18/10 10:40 AM Re: When exprtng to Excel a Table created in Office 7 [Re: Retired_Guy]
Douglas Dickie Offline
Adagio God

Registered: 06/02/99
Posts: 4414
Loc: Vancouver, BC
Andrew:

Thanks, sometimes the simplest things escape us non-techies.
_________________________
Douglas Dickie
AccSys Solutions Inc
Phone: 1.888.534.4344
ddickie@accsyssolutions.com

Top


Moderator:  Christa_Meissner 
Who's Online
1 registered (1 invisible), 87 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1865 Members
5 Forums
14464 Topics
70650 Posts

Max Online: 432 @ 01/20/25 10:17 PM
April
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30