+ Reply to Thread
Results 1 to 6 of 6

Delete cell value 'c4' automatically at the time of closing the file

Hybrid View

  1. #1
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Delete cell value 'c4' automatically at the time of closing the file

    Sub Auto_Close()
    Range("C4").FormulaR1C1 = ""
    End Sub

  2. #2
    Forum Contributor
    Join Date
    12-15-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    672

    Re: Delete cell value 'c4' automatically at the time of closing the file

    Hello mehmetcik,
    Thank you but it's not working automatically. I have to manually run the macro by clicking. I want to delete the value of cells 'b4, c4' automatically at the time of closing the file. There is a little modification in cell address because in the morning I forgot to mention it. I want to delete the value of both cells 'b4, c4' automatically at the time of closing the file and make the cells blank. Next time when I open the file the cells must be blank for use.
    Thanking you in anticipation.
    Please see the attachment. I want to delete the names at the time of closing the file:
    Baviskar 'b4' and Mukesh 'c4'

    Mukesh
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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