View Single Post
 
Old 12-20-2017, 11:38 AM
NoSparks NoSparks is offline Windows 7 64bit Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

do this:

select a single cell on a sheet that you're wanting the said tab eliminated from

hit the Alt and F11 keys at the same time ~> this opens the Visual Basic Environment

on the menu line click Insert

from the drop down click Module

copy and paste the code from #2 into this new Module

hit the Ctrl and g keys at the same time ~> this opens the Immediate Window

place your cursor anywhere in the sub you pasted into the module

hit the F5 key

does anything appear in the Immediate Window ?
Reply With Quote