Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8155473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:40:44+00:00 2026-06-06T16:40:44+00:00

I am trying to have a macro that will do some formatting. I need

  • 0

I am trying to have a macro that will do some formatting. I need to fill in todays date in Column A all the way down, but only to match the length of column B. Below I have an example.

 Date       
         1          2
         1          2
         1          2

The column A under date I would need the macro to know to stop at A3 because column B stops at B3, but if the next day I run this column B stops at B20 I would need the macro to fill in date to A20.

I am stuck on getting a length formatting formula to work. Any help would be great.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T16:40:46+00:00Added an answer on June 6, 2026 at 4:40 pm

    Like this?

    Sub Sample()
        Dim LRow As Long
    
        With Sheets("Sheet1")
            LRow = .Range("B" & .Rows.Count).End(xlUp).Row
    
            .Range("A1:A" & LRow).Value = Date
            .Columns(1).EntireColumn.AutoFit
        End With
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a macro to delete all rows that have True in
I'm trying to write a macro that will generate a plain-text list of files
I'm trying to write a VBA macro in Word that will extract shapes and
I am trying to figure out how to write a macro that will pass
ok so im trying to create a macro that will take my set cells
It seems that a lot of small business people have a need for some
I currently have a macro that uses a form in order to perform some
Trying to have my PHP script return some SQL table queries. Here's my script
I am trying to have a running average column in the SELECT statement based
I am trying to have a tree display custom data that looks like this.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.