Results 1 to 16 of 16

After vba use my formula stop working as the vba replaces cell values

Threaded View

  1. #10
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: After vba use my formula stop working as the vba replaces cell values

    Hi ROHAN999
    You are not giving us enough infomation.
    We cannot help you if you do not give us more detail of the problem.
    We can only give general ideas if you only give us brief details of your problem.
    http://www.excelforum.com/showthread...t=#post4494031
    We need to see your code and / or your workbook.
    You must explain to us what you want.

    If you delete a column that is referenced in a formula then it is obvious that the formula will error after the column is deleted.

    You must tell us what you want to happen.

    My solution will replace the formulas with the value they give prior to the column being deleted.

    If you wish something else to happen then you must tell us what. For example, you could move the column instead of deleting it_..

        Columns(4).Cut
        Columns(100).Insert Shift:=xlToRight

    Alan
    Last edited by Doc.AElstein; 10-05-2016 at 02:51 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 10-09-2016, 10:46 PM
  2. Replies: 1
    Last Post: 10-05-2016, 08:56 AM
  3. Replies: 1
    Last Post: 10-05-2016, 08:56 AM
  4. Formula That Replaces Values With Filler Values (Simplified and Updated)
    By ashishmehra2010 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-05-2015, 01:51 AM
  5. [SOLVED] Formula That Replaces Values With Filler Values (Simplified and Updated)
    By artiststevens in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-04-2015, 05:54 AM
  6. replacement with macro stop values from working in formula
    By diederik777 in forum Excel General
    Replies: 6
    Last Post: 12-18-2012, 10:32 AM
  7. cell containing the formulaWhy would a formula stop working in an Excell spreadsheet?
    By Number one Giraffe in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-09-2005, 04: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