• WSNiuB

    WSNiuB

    @wsniub

    Viewing 15 replies - 136 through 150 (of 194 total)
    Author
    Replies
    • in reply to: Sorting with negative number …again.. (2000) #824771

      So i’m not alone..hehe..(completely in the dark )

      Anyway..thanks hans for the effort

      I really hope somebody can help me solve this saga..

    • in reply to: Sorting with negative number …again.. (2000) #824772

      So i’m not alone..hehe..(completely in the dark )

      Anyway..thanks hans for the effort

      I really hope somebody can help me solve this saga..

    • in reply to: Sorting with negative number …again.. (2000) #824768

      Thanks again Hans for the response….

      To answer your question , ia have to attach another wb in order to make you understand what

      am i doing with those 0 value..please refer to my attachment..thanks

    • in reply to: Sorting with negative number …again.. (2000) #824757

      (Edited by HansV to make URL clickable – see Help 19)

      For reference , this is my post about this thing a couple weeks ago and have been solved by steve and andrew

      But it occured again when i expand my range and do it in a new sheet..Any ideas ? Thanks

      Below is the link to my question :
      post 364542

    • in reply to: Sorting with negative number …again.. (2000) #824753

      Thanks Hans for the answer..

      But what FYI , the real database is , i copy that data from other sheet and paste it using

      paste special into the seet that i senta as an attachment

      I know about that zero value because it is my intention to hide it..

      But 2 weeks ago steve have give me a code to sort between negative numbers and positive numbers

      it works fine.. The code is :

      Sub GlobalSusunGred()
      Sheets(“GlobalKelas”).Activate
      Dim strPwd As String
      strPwd = “”

      Application.ScreenUpdating = False
      ActiveSheet.Unprotect Password:=strPwd
      Sheets(“GlobalKelas”).Select
      Range(Range(“AH6”), Range(“B65536”).End(xlUp)).Select

      ActiveSheet.Unprotect Password:=strPwd
      Selection.Sort Key1:=Range(“ah6”), Order1:=xlDescending, Header:=xlYes, _
      OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom

      Sheets(“GlobalKelas”).Select
      Range(“b7”).Select

      Application.ScreenUpdating = True

      End Sub

      it works fine with that range and that sheet..with above code , i manage to sort range B7:AH48 easily
      and without any problem

      But when i expand my range to B7:AH216 and using other sheet , its not working

      I feel very weird..thanks..

    • in reply to: Sorting with negative number …again.. (2000) #824754

      Thanks Hans for the answer..

      But what FYI , the real database is , i copy that data from other sheet and paste it using

      paste special into the seet that i senta as an attachment

      I know about that zero value because it is my intention to hide it..

      But 2 weeks ago steve have give me a code to sort between negative numbers and positive numbers

      it works fine.. The code is :

      Sub GlobalSusunGred()
      Sheets(“GlobalKelas”).Activate
      Dim strPwd As String
      strPwd = “”

      Application.ScreenUpdating = False
      ActiveSheet.Unprotect Password:=strPwd
      Sheets(“GlobalKelas”).Select
      Range(Range(“AH6”), Range(“B65536”).End(xlUp)).Select

      ActiveSheet.Unprotect Password:=strPwd
      Selection.Sort Key1:=Range(“ah6”), Order1:=xlDescending, Header:=xlYes, _
      OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom

      Sheets(“GlobalKelas”).Select
      Range(“b7”).Select

      Application.ScreenUpdating = True

      End Sub

      it works fine with that range and that sheet..with above code , i manage to sort range B7:AH48 easily
      and without any problem

      But when i expand my range to B7:AH216 and using other sheet , its not working

      I feel very weird..thanks..

    • in reply to: Error while running paste special macro (excel 2000) #821436

      Thanks Hans…it works like a charm

    • in reply to: Error while running paste special macro (excel 2000) #821437

      Thanks Hans…it works like a charm

    • in reply to: Password (XP) #820835

      If you still stuck , just upload your file here. If it is too big , you can email me..I will open it for you.FOC lol

    • in reply to: Password (XP) #820836

      If you still stuck , just upload your file here. If it is too big , you can email me..I will open it for you.FOC lol

    • in reply to: Sorting problem with negative value (excel 2000) #816646

      Hiii back andrew..its been quite sometime since i come here..

      thanks andrew..the code works like charm..:-))

    • in reply to: Sorting problem with negative value (excel 2000) #816647

      Hiii back andrew..its been quite sometime since i come here..

      thanks andrew..the code works like charm..:-))

    • in reply to: Sorting problem with negative value (excel 2000) #816618

      Thanks to you guys both..sdckapr and TonyJollans ..

      So far so good..but I’ve still not tested it with multiple condition yet..

      If any problem occured again..I will post again..cheers

    • in reply to: Sorting problem with negative value (excel 2000) #816619

      Thanks to you guys both..sdckapr and TonyJollans ..

      So far so good..but I’ve still not tested it with multiple condition yet..

      If any problem occured again..I will post again..cheers

    • in reply to: Forgotten Password! (Excel 2000) #569063

      Hi,

      just want to help. if u still cant recover the pw for your wb, just sent your wb to me as long its not contains the pw that come with the save as-options-general, i will surely can recover your pw.cheers. sent your mail to : boymoi@yahoo.com

      ps: if it contains vba project also, i can recover the pw..

    Viewing 15 replies - 136 through 150 (of 194 total)