Results 1 to 13 of 13

Thread: Right Click in MS Word

  1. #1

    Thread Starter
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Right Click in MS Word

    Whenever I right click with CTRL pressed, in any Word file, it displays a messagebox saying "Make a Selection First.". And if I select some text and then right click with CTRL pressed, it says "This is not a valid selection."

    What is it meant for??
    Show Appreciation. Rate Posts.

  2. #2
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Right Click in MS Word

    Don't know what that is supposed to do.
    It's odd. I control right-clicked on a whole ton of stuff (tables, pictures, hyperlinks, Excel sheets, etc. etc.) and it always does just as you say. I wonder what a "valid selection" is and what Ctrl-RightClick will actually do?

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Right Click in MS Word

    There is no Right click function associated with the Ctl key. Its probably some context menu item getting fired but is loosing the selection due to the Ctl keypress.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Right Click in MS Word

    Quote Originally Posted by RobDog888
    There is no Right click function associated with the Ctl key. Its probably some context menu item getting fired but is loosing the selection due to the Ctl keypress.
    I was kind of hoping you might see this Mr. Office Guru Sir because I tested out what Harsh posted and got the same thing and was also a bit curious.

    This kind of makes sense, but it would seem that something might have slipped through the Word Acceptance Testing process.

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Right Click in MS Word

    Probably.

    You know how you make a selection and right click to open the context menu for actions like copy or cut? Its probably killing the context menu and executing one of its items without properly passing the selection that was made.

    The first item in the CM is probably what is being fired. This is the Cut menu item. So without the selection being properly passed it is puking back at you.

    Solution: Dont press the Ctl key and Right-Click at the same time.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6

    Thread Starter
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Right Click in MS Word

    OK, I tried something and something happened!!

    Select something, and then right click while pressing CTRL to some other location of the document. The selected text will move to that position.

    Don't know if that's what it's meant for!!!
    Show Appreciation. Rate Posts.

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Right Click in MS Word

    If I right click and hit CTRL at the SAME time, I get a popupmenu with:

    Move Here
    Copy Here
    Link Here
    Create Hyperlink Here

    menu selections. However, nothing happens when I click any of them even though I do have text selected.

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Right Click in MS Word

    Quote Originally Posted by Harsh Gupta
    OK, I tried something and something happened!!

    Select something, and then right click while pressing CTRL to some other location of the document. The selected text will move to that position.

    Don't know if that's what it's meant for!!!
    Its probably some kind of move shortcut which is, ehh, kind of pointless IMO.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  9. #9
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Right Click in MS Word

    Quote Originally Posted by Hack
    If I right click and hit CTRL at the SAME time, I get a popupmenu with:

    Move Here
    Copy Here
    Link Here
    Create Hyperlink Here

    menu selections. However, nothing happens when I click any of them even though I do have text selected.
    I don't seem to get any of those options. Well, anyway, it's nice to find out what it does...even though I'll probably never use it.

  10. #10
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Right Click in MS Word

    Did you right click and hit CTRL at the SAME time?

  11. #11
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Right Click in MS Word

    Well, I do get Move Here, Copy Here, Link Here, Cancel but that is when dragging a selection with the right button down - no Ctrl needed. Is this a different menu?

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Right Click in MS Word

    Beats the heck out of me. I didn't know any of this stuff existing until Harsh created this thread.

  13. #13
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Right Click in MS Word

    Quote Originally Posted by Hack
    Beats the heck out of me. I didn't know any of this stuff existing until Harsh created this thread.
    Ditto.
    Word doesn't get opened too often on my computer.

Posting Permissions

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



Click Here to Expand Forum to Full Width