4,726 questions
0 votes
1 answer
70 views
Sort Tabs Alphabetically keeping Certain Tabs first and ignoring Hidden Tabs
I have a file that includes a variety of reference sheets and sheets that are only used at the end of the academic year plus a tab/sheet for individual students. Students come and go so I need the ...
0 votes
1 answer
65 views
Show / Hide button Selected lines
The question is how to make working Show/Hide button to selected lines ? In my code i make two section with 5 title. In one section i want hide Title 4 and 5 In two section i want hide Title 3,4,5 It ...
0 votes
0 answers
42 views
how to hide empty space for menu title in bottom navigation bar android studio
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/...
0 votes
1 answer
26 views
Excluding rows in excel based on certain text
I have been trying to write a macro to exclude rows containing \ in column V. The data I will be working with will have a variable number of rows so I cant specify the last row. I have found various ...
-1 votes
2 answers
81 views
Difficult to run
I have this code to hide and unhide the months this code is slow, how to improve it? Sub jan1() Range("D2:ABG2").Copy Range("D1").PasteSpecial Paste:=xlPasteValues ...
1 vote
1 answer
66 views
Problems with Python macro embedded in worksheet
I have been trying to run a Python macro embedded in the worksheet. that hides / unhides a pushbutton based on a cell value. I am not a code person, so please forgive any errors I make here. I got the ...
0 votes
0 answers
67 views
Conditionally activate HTML for restricted page or for normal Tumblr blog based on current URL
When someone lands on my blog homepage (blog-name.tumblr.com), I want them to see a fake restricted page with a hidden link. The link leads to blog-name.tumblr.com/page/1 and shows the true blog ...
0 votes
0 answers
13 views
Stop SQL file from automatically downloading
I have a SQL file in my project but when you type the direction to it it automatically downloads it. This is a issue because you basically get a copy from the database (not the newest database data). ...
0 votes
1 answer
76 views
Excel VBA to hide rows if more than 10 blanks
Good evening, I have data in non-continuous cells in Range A49:A103. I want to count the blank cells in this range (this part is easy as there are lots of examples on the internet on how to do this.) ...
0 votes
0 answers
69 views
visibilitychange not firing on app switch on macOS
visibilitychange event is not fired when switching between apps when the window is not maximized. I have pasted this code block in the console. While this is working on tab change, it is not ...
0 votes
2 answers
91 views
Python simpledialog location and hide blank
This is my code import tkinter as tk from tkinter import simpledialog root = tk.Tk() # root.withdraw() root.geometry("340x100+50+500") user_input = simpledialog.askfloat(title="输入框"...
0 votes
0 answers
21 views
How to hide/show fixed button on page?
I have a button on the bottom right that is fixed. I would like for it to only appear after the hats fall. What is the best way to achieve that? https://syminadive.com/index-with-nav.html
0 votes
1 answer
60 views
Drop down List to hide rows from one sheet to others
I want to have a drop down list with the name for example calculations, other and with choosing one I can have certain rows hidden on another sheet. Is there an easy way to do that? I tried some codes ...
0 votes
0 answers
30 views
Hide Google group in address list
How can I hide a group in my Google Workspace in the address lists of users (e.g. GMail)? I have already found that it works via GAM in this forum, but I don't have GAM yet. There must also be a ...
0 votes
1 answer
33 views
Flutter: hide keyboard while using textField to read barcode
I am trying to use a textfield to read barcode using built in reader in a device. however, i want to hide the keyboard while reading. i use this code: class InputWithKeyboardControl extends ...