Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 29

Thread: Issues to Resolve (as of Feb 3, 2012)

  1. #1
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,649

    Issues to Resolve (as of Feb 3, 2012)

    Let's try starting fresh, now that the forum is at least seeming to be more stable.

    Please list only Issues that are remaining for our Administrator and Tech team to evaluate.

    Please refrain from veering off on tangents.... start new thread if you want to discuss anything in depth.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,649

    Re: Issues to Resolve (as of Feb 3, 2012)

    1. When going to edit my signature, the signature editor is empty. It should show my current signature with formatting structure so that it can be edited, not rewritten.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Issues to Resolve (as of Feb 3, 2012)

    In editor both quick reply and go advanced i almost always see this:
    editor.jpg
    So it's usually guesswork adding attachments...etc

    Google Me
    Find me located here Simon Lloyd
    and what i'm about Here
    The above is NOT a link to a forum so is NOT against Rule 13

  4. #4
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    19,229

    Re: Issues to Resolve (as of Feb 3, 2012)

    In the quick reply box is an easy-access "Insert Image" button. This promotes behavior that is sort of against our rules, and I'm already seeing a lot more pictures posted instead of wbs. If that button is so handy, can we not replace that with an Insert File button instead, or at least remove it?

    There is also an easy access "Wrap QUOTE tags" button, can we not also add a "Wrap CODE tags" button next to it?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  5. #5
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,649

    Re: Issues to Resolve (as of Feb 3, 2012)

    The forum font/resolution suddenly shrunk... and the Who's Online window shrunk too with separation lines missing in some areas... Firefox 6.0
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  6. #6
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Issues to Resolve (as of Feb 3, 2012)

    Still poorly coded html in the forum:
    wol.jpg

    Thats why you see ALL the names after a moderator or staff member in bold!, i have brought this up before.


    Google Me
    Find me located here Simon Lloyd
    and what i'm about Here
    The above is NOT a link to a forum so is NOT against Rule 13

  7. #7
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,778

    Re: Issues to Resolve (as of Feb 3, 2012)

    I agree with JB -- a code tags button would be much more useful in the quick response box.

    I]Find all posts by[/I] is still missing.

    Search is still hosed

    You stll cannot select all the code in a code box by Ctrl+Click at left.
    Microsoft MVP - Excel
    Entia non sunt multiplicanda sine necessitate

  8. #8
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Issues to Resolve (as of Feb 3, 2012)

    Adding code to test copy facility:
    Sub explode_results()
    Dim dStrt As Range, dEnd As Range, cnt As Long, MyCell As Range, i As Long, ci As Long, nCnt As Long
    Dim aCnt As Long, Arri As Long, Arr, c As Long, iCol As Long
    Dim sh As Worksheet
    For Each sh In Sheets(Array("Shift 1 " & Format(Date, "yyyy"), "Shift 2 " & Format(Date, "yyyy"), "Shift 3 " & Format(Date, "yyyy"), _
    "Shift 4 " & Format(Date, "yyyy"), "Shift 5 " & Format(Date, "yyyy")))
    Set dStrt = sh.Cells.Find(What:=CDate(Sheets("Summary").Range("A3").Value), After:=sh.Range("A1"), LookIn:=xlFormulas, _
            LookAt:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlNext)
    Set dEnd = sh.Cells.Find(What:=CDate(Sheets("Summary").Range("A5").Value), After:=sh.Range("A1"), LookIn:=xlFormulas, _
            LookAt:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlNext)
            
    cnt = Range(dStrt.Address & ":" & dEnd.Address).Cells.Count
    
    ci = 0
    nCnt = 0
    aCnt = 0
    iCol = 0
    
    Arr = Array("cnproc", "bisproc", "rcproc", "fdflav", "mpdpk", "crnpk", "ctcnpk", "bscpk", "blkhi", "tkflr", _
    "spprt", "bgsply", "temps", "flxday", "whouse", "craft")
    
    For Arri = 0 To 15
    For iCol = 0 To sh.Range(Arr(Arri)).Columns.Count
    For i = 0 To cnt
        If Cells(dStrt.Row + i, sh.Range(Arr(Arri)).Column + iCol).Value <> "" Then
            ci = ci + 1
        End If
    nCnt = nCnt + 1
        If nCnt > 6 And ci > 1 Then
            ci = 0
            aCnt = aCnt + 1
        End If
        If nCnt > 6 Then
            nCnt = 0
        End If
        iCol = iCol + 1
        If i = Arri + iCol + 2 Then GoTo Nxt
    Next i
    Nxt:
    Next iCol
    Next Arri
    Next sh
    MsgBox "ci = " & ci & vbLf & "nCnt = " & nCnt & vbLf & "aCnt = " & aCnt & vbLf & Arri
    End Sub

    Google Me
    Find me located here Simon Lloyd
    and what i'm about Here
    The above is NOT a link to a forum so is NOT against Rule 13

  9. #9
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Issues to Resolve (as of Feb 3, 2012)

    @shg, you now dont have the arrow but if you go to the left of the code window slightly and the cursor is a beam (I) then hold down Ctrl+Left click , still there just no mouse pointer!


    Google Me
    Find me located here Simon Lloyd
    and what i'm about Here
    The above is NOT a link to a forum so is NOT against Rule 13

  10. #10
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,649

    Re: Issues to Resolve (as of Feb 3, 2012)

    That doesn't work for me Simon, in Firefox 6.0
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  11. #11
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Issues to Resolve (as of Feb 3, 2012)

    I know this doesn't show the beam but i held down Ctrl & left clicked where my arrow is pointing, worked in IE8.
    ctrlcopy.jpg


    Google Me
    Find me located here Simon Lloyd
    and what i'm about Here
    The above is NOT a link to a forum so is NOT against Rule 13

  12. #12
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,649

    Re: Issues to Resolve (as of Feb 3, 2012)

    Yeah, still not working in Firefox.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  13. #13
    Forum Guru Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,281

    Re: Issues to Resolve (as of Feb 3, 2012)

    Deleting posts is still a timely ordeal but not as bad as it was.
    Please leave a message after the beep!

  14. #14
    Forum Guru snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,151

    Re: Issues to Resolve (as of Feb 3, 2012)

    Pages are not being refreshed automatically when opening/entering/activating them.



  15. #15
    Valued Forum Contributor
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    382

    Re: Issues to Resolve (as of Feb 3, 2012)

    I'm no longer receiving any subscription emails. Also, recent post is not showing up in the forums's Today's Posts. And, my last few posts generate server errors of some sort (including this post). -Rich
    Last edited by dangelor; 02-04-2012 at 08:15 PM. Reason: edit also crashed

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0