|
|
![]() |
Topic Starter |
MVP
Join Date: Aug 2000
Location: Lee's Summit
Casino cash: $4711637
|
Anyone up? I need someone to test a spreadsheet for me...
a
Last edited by wutamess; 01-03-2009 at 04:36 AM.. |
Posts: 8,290
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#2 |
FINALLY! The wait is over.
Join Date: Mar 2005
Location: The Future Is Now!!!
Casino cash: $19947565
|
I can't even find my way around an excel spreadsheet otherwise I'd be happy to help.
|
Posts: 56,649
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#3 |
MVP
Join Date: Aug 2000
Location: Lee's Summit
Casino cash: $4711637
|
well if you could download the spreadsheet only and hit control-n, that'd help me out a lot with the results.
|
Posts: 8,290
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#4 |
Veteran
Join Date: Nov 2008
Location: ¿
Casino cash: $6889775
|
it blinked for me without any other steps
|
Posts: 2,237
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#5 |
MVP
Join Date: Aug 2000
Location: Lee's Summit
Casino cash: $4711637
|
So you didn't import the macro?
Can you do me another favor open the spreadsheet and hit alt-f11 and can you tell me if there's some macro code in there? Thanks. Hopefully I won't have to edit it in any way and can just send the spreadsheet as is. |
Posts: 8,290
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#6 |
FINALLY! The wait is over.
Join Date: Mar 2005
Location: The Future Is Now!!!
Casino cash: $19947565
|
Someone on the site is saying the files erased their flash drives.
|
Posts: 56,649
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#7 |
Veteran
Join Date: Nov 2008
Location: ¿
Casino cash: $6889775
|
yep i did not import the macro
Code:
Sub SORT() ' ' Macro2 Macro ' ' Keyboard Shortcut: Ctrl+n ' Dim ws As Worksheet For Each ws In Worksheets ws.Unprotect ' Range("A3:F34").Select ' If ActiveSheet.ProtectContents Then ' ActiveSheet.Unprotect ' End If ws.SORT.SortFields.Clear ws.SORT.SortFields.Add Key:=Range("A3:A34") _ , SortOn:=xlSortOnValues, Order:=xlDescending, DataOption:=xlSortNormal With ws.SORT .SetRange Range("A3:F34") .Header = xlGuess .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply End With ' ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True ws.Protect Next End Sub |
Posts: 2,237
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
#8 | |
MVP
Join Date: Aug 2000
Location: Lee's Summit
Casino cash: $4711637
|
Quote:
Great! Thank you very much. ![]() |
|
Posts: 8,290
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
![]() ![]() |
|
|