Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-29-2016, 01:41 PM
rsrasc rsrasc is offline Help Needed with Macro to Change Formulas to Text Using Ranges Windows 10 Help Needed with Macro to Change Formulas to Text Using Ranges Office 2013
Competent Performer
Help Needed with Macro to Change Formulas to Text Using Ranges
 
Join Date: Mar 2014
Location: Germany
Posts: 148
rsrasc is on a distinguished road
Default

I found the following code in the following link:

http://www.rondebruin.nl/win/s9/win015.htm

This code will allow me to change the formulas from cells A4 through A100 to values.

Now, that I have this, I will try to find a macro that will do it for all the tabs automatically. It only works in individual tabs. Well, at least, it's a start.



Code:
Sub Range_Example_1()
    With Range("A5:A100")
        .Cells.Copy
        .Cells.PasteSpecial xlPasteValues
        .Cells(1).Select
    End With
    Application.CutCopyMode = False
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Needed with Macro to Change Formulas to Text Using Ranges Take String of numbers, expand ranges, sort, then compress back into ranges AustinBrister Word VBA 19 08-22-2016 05:18 PM
Help Needed with Macro to Change Formulas to Text Using Ranges Write a macro to change formulas Xyz_999 Excel 2 04-20-2016 10:40 PM
Help Needed with Macro to Change Formulas to Text Using Ranges Write a macro to change formulas Xyz_999 Excel 1 04-20-2016 09:51 PM
Help Needed with Macro to Change Formulas to Text Using Ranges Macro Needed To Convert Text in Word to Plain Text and Back to Word rsrasc Word VBA 5 12-18-2015 07:13 AM
Help Needed with Macro to Change Formulas to Text Using Ranges Help needed: Table Formulas with AND Scrapyard Word Tables 3 01-26-2014 12:36 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:05 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft