+ Reply to Thread
Results 1 to 3 of 3

Macro Enabled Spreadsheet - Jumping to Top of Page

Hybrid View

  1. #1
    Registered User
    Join Date
    08-09-2023
    Location
    Belfast
    MS-Off Ver
    V2112
    Posts
    5

    Macro Enabled Spreadsheet - Jumping to Top of Page

    Good afternoon,

    Torchan kindly helped me (alot) in creating the attached spreadsheet, however whenever I insert the tick on any cell, it automatically jumps to the top of the page again. Is there any way to prevent this?

    Kind Regards
    Karen
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,442

    Re: Macro Enabled Spreadsheet - Jumping to Top of Page

    Removed by JT
    Last edited by JohnTopley; 08-21-2023 at 11:30 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,442

    Re: Macro Enabled Spreadsheet - Jumping to Top of Page

    Private Sub cmdTICK_Click()
    With Sheet1
    If Me.cmdTICK.BackColor = vbGreen Then
    ActiveCell.Interior.Color = vbGreen
    ActiveCell.value = "         " & ChrW(&H2713)
    ActiveCell.Font.Size = 14
    Me.Hide
    End If
    If Me.cmdTICK.BackColor = &H8000000F Then
    ActiveCell.Interior.Color = xlNone
    ActiveCell.value = ""
    Me.Hide
    End If
    End With
    'Cells(3, ActiveCell.Column).Select   ' <<<< delete or comment out as per this code
    End Sub

+ 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. Importing Macro enabled spreadsheet into Google sheets and maintaining all properties
    By ChrisCD in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 09-14-2016, 09:36 PM
  2. Replies: 0
    Last Post: 09-14-2016, 09:36 PM
  3. [SOLVED] Cant save Excel spreadsheet error after Macro enabled.
    By davidmstorey in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 06-17-2014, 04:11 AM
  4. Excel Macro Enabled Dashboard to an Interactive Web Page
    By shujat.habib in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-05-2014, 06:08 AM
  5. [SOLVED] Using sumifs formula on macro enabled spreadsheet
    By dalewms3 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-10-2014, 11:18 AM
  6. Can't save macro enabled spreadsheet
    By bmcts in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-21-2012, 10:04 PM
  7. Macro Enabled Spreadsheet to Web Page
    By Jakz34 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-26-2011, 04:14 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