Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 10-01-2016, 04:56 PM
charlesdh charlesdh is offline How can I make a table or chart to interpolate between values? Windows 7 32bit How can I make a table or chart to interpolate between values? Office 2010 32bit
Expert
 
Join Date: Apr 2014
Location: Mississippi
Posts: 382
charlesdh is on a distinguished road
Default

HI,

Here's a code that may work. It's a modified version of a code the "NoSpark" created.

Copy and paste to code module.

Code:
Sub DeleteBlank()
'''Modified code that "NoSparks created.
' remove rows with blank in column "B"

With Application
    .ScreenUpdating = False
    .Calculation = xlCalculationManual
End With


'delete rows where B is blank
Range("B1", Cells(Rows.Count, "B").End(xlUp)).SpecialCells(xlBlanks).EntireRow.Delete

With Application
    .ScreenUpdating = True
    .Calculation = xlCalculationAutomatic
End With

End Sub
Test a a copy of your data.

Last edited by charlesdh; 10-01-2016 at 05:06 PM. Reason: removed text
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I make a ScrollBar &/or a SpinButton display values? jeffk Excel 3 01-04-2016 04:25 AM
How can I make a table or chart to interpolate between values? Format Chart X axis - inconsistent values TimTDP Excel 2 12-01-2015 02:56 AM
How can I make a table or chart to interpolate between values? Is it possible to make such chart in Word? am0 Word 3 12-12-2014 02:13 AM
How can I make a table or chart to interpolate between values? Generate chart from list of text values knownunknown Excel 6 04-24-2013 01:56 AM
Word chart with words for y-values? Computerbum Office 0 09-19-2011 07:09 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:35 AM.


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