visible = false

  1. R

    Macro help needed. Need it not to copy filtered cells

    This is a copy macro that copies down based on user input from a pop up box. The issue is that when the excel sheet is filtered it will copy the filtered out data. How can this be modified to only count visible cells? Appreciate the assistance. Public Function CSOfSelection() As String Dim sOut...
  2. tlc53

    Hide Check Box with VBA Code

    Hi there, Trying to get this code to work but not having much luck. It currently does nothing. Can anyone see where I am going wrong please? Thank you! Private Sub Worksheet_Change(ByVal Target As Range) If Target = Range("d8") = 1 Then...
  3. E

    Workbook Visibility

    Hello all: I am creating a VBA workbook with UserForm to allow users to input data. I do not want the workbook to be visible to the user and have used "application visible=false" code. Everything appears to be working just as I want, however, I do not want to add a button/code the userform to...
  4. T

    PivotItems visible = false not working

    Hi, In a pivot table created through vba there is Pivotfield with dates (DD.MM.YYYY). I grouped them with months and years and showed all items. Worksheets("Pivot_Tabellen").PivotTables(TableName).PivotFields("UTC Date").DataRange.Cells(1).Group Start:=True, End:=True, _...
  5. H

    Make INVISIBLE workbook VISIBLE again

    Hey everyone, When my main workbook loads, it opens a second worksheet which holds data with has visible = false. I am trying to find a way for a macro run in my first workbook, to make the second workbook come visible again. I can use Ctrl G, in the "immediate" window and type...
  6. H

    Workbook close when Hidden not working - dynamic file location/filename

    Hey everyone, This has been bustin my balls all day. I have a workbook which when opened, also opens another workbook which has visible = false set. When i exit the main workbook, the other workbook does not close. I have tried multiple things to get it to close without luck. I need a...
  7. P

    Close workbook when UserForm is closed, or close excel when no other workbooks are active

    I have a workbook that, upon opening makes the application invisible and opens it's userform: Private Sub Workbook_Open() Parent.Application.Visible = False UserForm1.Show End Sub There is a button on the form to unhide the parent application again, in order for users to modify the sheets...
  8. B

    ieApp.Visible = False not working when in a sub called from a userform

    Basic set up is I have a userform with a textbox & button. Put text in the box & click the button, It calls sub FNN_lookup(FNN). This sub have the "ieApp.Visible = False" line but internet explorer still ends up being visible. Any Ideas as to why? the sub has been tested without the userform and...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top