Results 1 to 4 of 4

Simple changes in macros required

Threaded View

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    671

    Simple changes in macros required

    Hello

    (1) In the attached excel in Sheet 1
    In the below macro and attached excel macro file i need a simple change. 100 numeric input should be maximum value of column A:A. This is because everytime inside VBA code i need to change this per populated date. Instead if the macro automatically sense the maximum value of column A:A then without touching macro code i can control in the excel sheet itself.
    Something like this required.

    (2) In the attached excel in Sheet 2
    The attached excel file macro is capable of copy the cell content E124 to G124.
    But the requirement is need to copy the cell contents from L2 to G2 and need to format by macro.
    From L2 to G2 need to go upto LN to GN where N is the maximum value in Column A:A.

    For i = 1 To j
    Range("A:A).Maximumvlaue = j
    Sub copy_values()
    Dim rowH, rowG
    rowH = 2
    rowG = 2
    For i = 1 To 100
    Range("D106").Value = i
    Range("G" & rowG).Value = Range("D114").Value
    Range("H" & rowH).Value = Range("E124").Value
    rowH = rowH + 1
    rowG = rowG + 1
    Next i
    End Sub
    Thanks in advance

    Sekar
    Attached Files Attached Files
    Last edited by Sekars; 05-18-2022 at 10:47 AM.
    Sekar

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro to get input box with required values
    By raviprakash369 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-15-2017, 11:46 PM
  2. i want to have a macro code change based on input from a textbox in a form
    By Jenkins27 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-28-2015, 07:24 PM
  3. excel fromula or macro required to do simple job
    By vickram.80@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-15-2013, 10:45 AM
  4. Simple MACRO to delete words not required in ROWS
    By soni77 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2011, 10:58 AM
  5. simple copy paste macro required
    By normanjones4 in forum Excel General
    Replies: 2
    Last Post: 02-27-2007, 12:00 PM
  6. Help required to run simple macro...
    By londonchick in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-22-2005, 03: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