#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Sorting Help

I have a workbook and I have a master tab and then a have a bunch of machine
tab. When an order is entered on the master tab it is automatically moved to
the appropriate machine tab. I am trying to sort of the machine tab and it
won't let me but when I sort on the master tab it works and then my machine
tab is also sorted. I need to be able to sort on my machine tabs. Can anyone
help?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Sorting Help

Presumably, it doesn't work because the machine tabs are just a bunch of
formulae referring to the master tab.

That's the way it works I am afraid, you sort the cell contents, not
necessarily what you see.

--
__________________________________
HTH

Bob

"Smiles:-)" wrote in message
...
I have a workbook and I have a master tab and then a have a bunch of
machine
tab. When an order is entered on the master tab it is automatically moved
to
the appropriate machine tab. I am trying to sort of the machine tab and
it
won't let me but when I sort on the master tab it works and then my
machine
tab is also sorted. I need to be able to sort on my machine tabs. Can
anyone
help?

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Sorting Help

Is there a way then to make the cells on the Machine tabs to in a way loss
the formula once they are sent from the master tab?

"Bob Phillips" wrote:

Presumably, it doesn't work because the machine tabs are just a bunch of
formulae referring to the master tab.

That's the way it works I am afraid, you sort the cell contents, not
necessarily what you see.

--
__________________________________
HTH

Bob

"Smiles:-)" wrote in message
...
I have a workbook and I have a master tab and then a have a bunch of
machine
tab. When an order is entered on the master tab it is automatically moved
to
the appropriate machine tab. I am trying to sort of the machine tab and
it
won't let me but when I sort on the master tab it works and then my
machine
tab is also sorted. I need to be able to sort on my machine tabs. Can
anyone
help?

Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Sorting Help

You say the data is sent automatically so you must have code written to do
that.

Add a pastevalues to your code.

Selection.PasteSpecial Paste:=xlPasteValues

Or don't copy/paste just set the values

Range("K43").Resize(10, 10).Value = _
Worksheets("Sheet2").Range("A1:J10").Value


Gord Dibben MS Excel MVP

On Thu, 4 Sep 2008 02:35:01 -0700, Smiles:-)
wrote:

Is there a way then to make the cells on the Machine tabs to in a way loss
the formula once they are sent from the master tab?

"Bob Phillips" wrote:

Presumably, it doesn't work because the machine tabs are just a bunch of
formulae referring to the master tab.

That's the way it works I am afraid, you sort the cell contents, not
necessarily what you see.

--
__________________________________
HTH

Bob

"Smiles:-)" wrote in message
...
I have a workbook and I have a master tab and then a have a bunch of
machine
tab. When an order is entered on the master tab it is automatically moved
to
the appropriate machine tab. I am trying to sort of the machine tab and
it
won't let me but when I sort on the master tab it works and then my
machine
tab is also sorted. I need to be able to sort on my machine tabs. Can
anyone
help?

Thanks!





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
Sorting VLookup vs Sorting SumProduct Lauren Excel Discussion (Misc queries) 1 August 21st 07 12:19 AM
Sorting K Excel Discussion (Misc queries) 2 July 23rd 07 03:02 PM
Sorting: Sorting by the First Character dzuy Excel Discussion (Misc queries) 2 June 22nd 06 08:27 PM
sorting help worduser Excel Discussion (Misc queries) 5 May 29th 06 05:10 PM
Sorting Bill New Users to Excel 4 September 18th 05 11:06 PM


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