+ Reply to Thread
Results 1 to 3 of 3

ADD your Macros which help to save your time every day while you are working with Excel.

  1. #1
    Registered User
    Join Date
    03-21-2015
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Windows 7
    Posts
    40

    ADD your Macros which help to save your time every day while you are working with Excel.

    ADD your Macros which help to save your time every day while you are working with Excel.

  2. #2
    Registered User
    Join Date
    03-21-2015
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Windows 7
    Posts
    40

    Re: ADD your Macros which help to save your time every day while you are working with Exce

    Copy from Below as opposed to shortcut Ctrl+D (which copies value from above). I have assigned CTRL +SHIFT+D for copy from Below

    ActiveCell.Offset(1, 0).Range("A1").Select
    Selection.Copy
    ActiveCell.Offset(-1, 0).Range("A1").Select
    ActiveSheet.Paste
    Application.CutCopyMode = False
    End Sub

  3. #3
    Registered User
    Join Date
    03-21-2015
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Windows 7
    Posts
    40

    Re: ADD your Macros which help to save your time every day while you are working with Exce

    You can Un colour cell with following VBA

    With Selection.Interior
    .Pattern = xlNone
    .TintAndShade = 0
    .PatternTintAndShade = 0
    End With
    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. Macros not working on 2008 excel Mac
    By AlicesPigAssistant in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 10-22-2015, 12:43 PM
  2. A macros to save Excel sheet to PDF
    By Bakar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-02-2013, 12:18 PM
  3. Macros working fine on Windows (Excel 2010), but not on Mac (Excel 2011)
    By six6to8eight in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 01-29-2012, 11:12 PM
  4. excel macros not working
    By TLIPL in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-18-2011, 03:34 AM
  5. some macros not working on 2003 excel
    By jarssonn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-07-2010, 06:06 AM
  6. Save/Save As not working in Excel 2003
    By CorneliusM in forum Excel General
    Replies: 0
    Last Post: 02-01-2010, 11:12 AM
  7. [SOLVED] HELP : Excel 4 macros not working any more
    By Keske Saram in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-05-2005, 10:05 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