double click

  1. B

    need to double click HTML table cell

    I'm trying toautomate Internet Explorer using Excel VBA. I need to double click a cell within an HTML table.<o:p></o:p> <o:p> </o:p> This lineresults in the proper data so I know I have the correct cell:<o:p></o:p> temp...
  2. J

    VBA to double-click through a range

    I am trying to get my code to double-click through a range in column B. The range is determined based on the where there is a blank cell in column A - see code below. The issue I'm having is that the double-click works for the first cell within the range but it then jumps to the first cell...
  3. R

    Macro to add date when you double click a cell in a specific range

    Hi, I'm trying to figure out how to write a macro that will add date to a cell if you double click it. But this feature should only apply to a range of cells $C4:$E1000. The date should not change the next day when the file is opened
  4. N

    copy cell on double click to another worksheet

    Hello, I know there are other threads on this subject, but because of my poor knowledge in vba I couldn't adapt the answers to my problem. What I need: WhenI give two clicks in a cell (c3:d10, worksheet"PM") , copy the cell's value and paste on D1, worksheet"PLANEJAMENTO". Thank you.
  5. C

    Double Click on an Excel File Open in a new Window Not in the same window as an excel spreadsheet that is already open

    How do I set an option so whenever I double click on an excel file it opens into a new window rather than the same window of an excel spreadsheet that I already have open. I get the purpose of having it open into the same window that is already open, it is so you can copy/move sheets, apply the...
  6. A

    Drop-Down List In Expanded Data from Pivot Table

    Hello everyone! I'm creating a report using a pivot table that when users double click their name and dollar value, a separate sheet will be created with data only pertaining to their name. This part is done. However, I also want one of the columns, dubbed "Action List", to have a pull-down...
  7. S

    Capitalizing cells with double click on the whole column

    I have a very simple code that capitalizes a call on a double click: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) ActiveCell.Value = UCase(ActiveCell.Value) End Sub But sometimes, there are many fields in the column that I would like to capitalize, and...
  8. M

    How to expand a cell with a formula

    Hi, I'm am using Excel 2010. So, normally if you have a text cell with more information that is shown in the cell you can double-click the cell to expand it and see all of the text. My issue is that I have a cell with a VLOOKUP that returns a long string of text. However, because the cell...
  9. Data Bender

    Double-Click PivotTable Item without Displaying Excess Records

    Thank you for reviewing my post. When double-clicking a PivotTable value, how does one limit the records displayed? For example, it makes intuitive sense to see only one record, when double-clicking the value of 1 in the following PivotTable: However, I get the following nine records...
  10. B

    Copy a Row from one sheet to another using double click

    Hello! I´m having problem in creating a code to copy a row (values are variable) from one sheet to another sheet. I want only to move the rows within the interval 3 to 10. These cells are all in Column C. In the destination sheet the value should be inserted in the first blank row but that I...
  11. K

    VBA SHBrowseForFolder Escape key/double click behaviour

    Hello, I'm relatively new to using VBA to generate and save files, but these forums have proved such good help that I've only had to sign up for an account now, as I've found no solution to my problem. Please forgive me for any impolitic behaviour, with respect to posting rules in this forum...
  12. I

    Double clicking Dropdown boxes

    Hi Y'all! Really simple question for you all, but its baffled me! Using data vaildation, I have created a dropdown box, which works perfectly, however, I used to be able to double click on the cell, and it would drop the list down (rather than clicking on the drop down arrow in the corner)...
  13. R

    BeforeDoubleClick on Locked Cell

    I have a need to display a user form using the BeforeDoubleClick Event in VBA. The problem I'm having is that the cell I want the user to double-click in is locked and the sheet is protected. I can make it work if the cell is unlocked or if the sheet is not protected however this puts the...
  14. R

    VB for Enter Key and Double Click

    Hi, I have VB written that acts upon a double click preformed on a cell. This works great. The question I have; is it possible to also act if an enter key is press on the same cell? My code in the worksheet vb: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As...
  15. B

    doubleclick linking

    I am using a worksheet that contains a column (e.g. Col. C) of dates (format is dd/mm). A second worksheet has one cell (Col. K, Row 3)that needs to be populated by the data from any one of the cells in Col C when I doubleclick on that specific cell. I would like to be able to jump to...
  16. S

    Mouse shortcuts

    Can someone helf find a way to turn off the mouse shortcuts that do the following: Double clicking towards the top a cell = CTRL + up arrow Double clicking towards the bottom of a cell = CTRL + down arrow Double clicking towards the left of a cell = CTRL + left arrow Double clicking towards...
  17. D

    runtime error 1004

    Hi I get runtime error 1004, Activate method of Range Class failed when I run the macro below using a double click from a sheet called "Europe". I have highlighted the code where the error occurs - any ideas anyone? Private Sub Workbook_SheetBeforedoubleclick(ByVal Tgt As Range, Cancel As...
  18. N

    Double-click Excel file in Win Explorer no longer opens file

    Excel 2002. Suddenly this no longer works; same for .doc files in Word. I've repeatedly tried to reassociate .XLS file extension to the program EXE thru Windows Explorer.Tools > Folder > File Types. The expected behavior is double-click opens the file in the same instance of Excel. What...
  19. L

    Quick shortcut Question

    Hello, You know how if you have a formula in a cell you can copy it to the bottom of the data in the column preceeding it by double clikcing hte little dot in the bottom right hand corner when you get a black + cursor. Is there a way to do this via keyboard without having to double click...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top