+ Reply to Thread
Results 1 to 2 of 2

adding a row of cells with formatting and dropdowns

  1. #1
    Registered User
    Join Date
    05-06-2019
    Location
    Cincinnati
    MS-Off Ver
    2016
    Posts
    2

    Question adding a row of cells with formatting and dropdowns

    So I have a multi-tab inventory sheet
    All I want to do is add a group of cells at any under the row I have currently selected with all its formatting

    The closest I have been able to come to it is to create a "formatting" sheet with the range and formatting I want and try to copy it to the range of cells but it only affects one row rather than adding where I want it.

    Private Sub CommandButton1_Click()
    '
    Selection.Offset(1, 0).Select
    Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
    Sheets("Formating").Select
    Range("A16:H16").Select
    Selection.Copy
    Sheets("EEC`").Select
    Selection.PasteSpecial Paste:=xlPasteFormulasAndNumberFormats, Operation:= _
    xlNone, SkipBlanks:=False, Transpose:=False
    End Sub


    I am new to this but trying thanks in advance
    Last edited by smithjacobky; 05-06-2019 at 03:21 PM.

  2. #2
    Registered User
    Join Date
    05-06-2019
    Location
    Cincinnati
    MS-Off Ver
    2016
    Posts
    2

    Re: adding a row of cells with formatting and dropdowns

    It kinda works except it only affects one column instead of adding a row of 8 cells

+ 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. [SOLVED] Need max value from cells with dropdowns....
    By slidellsimba in forum Excel General
    Replies: 10
    Last Post: 06-28-2018, 02:21 PM
  2. Adding value of colored cells (conditional formatting)
    By Crawfy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-30-2016, 07:19 AM
  3. Adding Checkmarks and x's on dropdowns with colored columns
    By ZACH22213 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-10-2013, 08:26 AM
  4. [SOLVED] Adding only cells coloured using conditional formatting
    By FranAgrippina in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-25-2013, 08:49 AM
  5. Conditional formatting in conjunction with dropdowns from list
    By Snickers in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-25-2013, 07:33 PM
  6. [SOLVED] How to link dropdowns with other cells
    By zeezle007 in forum Excel General
    Replies: 5
    Last Post: 05-08-2012, 08:25 AM
  7. Conditional Formatting and Dropdowns
    By Daedelus in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-22-2011, 03:20 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