+ Reply to Thread
Results 1 to 5 of 5

VBA comment position

  1. #1
    Registered User
    Join Date
    03-04-2013
    Location
    Egypt
    MS-Off Ver
    Excel 2010
    Posts
    4

    VBA comment position

    I am using this code to convert local hyperlinks to comments which have image background

    Please Login or Register  to view this content.
    Now I am facing a problem with comments position, I want to make all comments position to be fixed on the top right of an active window.
    I want that because I have long list and I want to comfort my eyes to just focus on the same area while hovering

    Thanks in advance

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: VBA comment position

    Cross-posted at http://www.mrexcel.com/forum/excel-q...-position.html
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: VBA comment position

    The .Comment.Shape object also has .Top and .Left properties, you could use them with TargetRange's .Top, .Left, .Width and .Height properties to put the comment in its place.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  4. #4
    Registered User
    Join Date
    03-04-2013
    Location
    Egypt
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: VBA comment position

    Thanks for your reply but could you please tell me more details, I am newbie to VBA stuff

  5. #5
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: VBA comment position

    Code like

    Please Login or Register  to view this content.
    can be added to the code in the OP.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Comment box position
    By HuskerBronco in forum Excel General
    Replies: 7
    Last Post: 12-14-2006, 12:47 PM
  2. hidden comment position
    By John Keith in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-14-2006, 06:20 PM
  3. [SOLVED] Comment Box Position & Pointer
    By David in forum Excel General
    Replies: 0
    Last Post: 02-06-2006, 09:00 PM
  4. Comment position after filter
    By cassie in forum Excel General
    Replies: 2
    Last Post: 06-27-2005, 08:05 PM
  5. [SOLVED] How to change the position of a comment box
    By Frederic in forum Excel General
    Replies: 2
    Last Post: 05-26-2005, 05:15 PM

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.6.0 RC 1