Questions tagged [hide]
19 questions
2
votes
1 answer
VBA to hide certain rows based on cell value
I have some information in rows 9 to 38. I need to hide these rows based on a cell value, for example A8:
If A8=3 then only show rows 9 to 11 out of 38
if A8=9 then only show rows 9 to 18 out of 38
If A8=0 then hide all rows from 9 to 38.
... and…
Javy Colón
- 23
- 4
1
vote
1 answer
How to hide the owner date etc on properties in pdf document
Wanting to create a pdf that the receiver can not see who wrote and when it was created. How to do?? Im not very literate on pdf!
Tam Granger
- 11
- 1
1
vote
0 answers
How to Hide Series Name Label, Call Out Box & Zero Value in Chart?
I've seen a variant of this question asked a number of times, but none seem to deal with my particular problem. In my stacked bar chart I use a Series Name label. I'd like it to go away altogether when the value is 0.
Here is how it looks:
To get…
OzzyKP
- 109
- 4
- 11
1
vote
0 answers
Protecting url / link from copy & paste/sharing
I would like to know whether it is possible to do the following:
I have a link that is generated by a software package and this link is then used as a hyperlink / url input on an app via an icon. I don't have access to the source code of the app nor…
Dino
- 23
- 2
1
vote
0 answers
Batch hide extension for ALL my PDFs on a Mac
I have thousands of PDFs on my Mac (with Catalina) and want to hide the extensions on ALL of them. I've tried the usual recommendation (Finder Preferences, Advanced, uncheck “Show all filename extensions”), but it works only on files that already…
Gerald Kaiser
- 11
- 1
0
votes
0 answers
MacOS Mail called from applescript flashes window, how to mitigate
I have an applescript which mails to recepeints set in a file, with the body in another file. When I start the message to be sent flashes in a window on the screen.
How can I make the execution 'invisable'?
This is my current script:
set myMsgBody…
Rob
- 1
- 1
0
votes
0 answers
How do I dual boot two versions of Windows 10 while hiding all other disk partitions from the 2nd win install
GPT partitions, EFI boot.
I want to have 2 windows 10 installs, one "normal" and other as a "test". I don't want the "test" version not to be able to change or even see anything but its own partition and I guess its own boot partition. Not looking…
Ivan275
- 1
- 1
0
votes
1 answer
How to fix task bar auto showing on windows 11 - due to application 'needing attention'
The problem I see (with taskbar auto hide on) is that the task bar shows for applications that 'need attention' - and then won't hide again.
AndyS
- 384
- 2
- 6
0
votes
2 answers
Desktop Icons rearranged when hiding Taskbar Windows 10
I recently noticed that when I toggled the taskbar visibility in Windows 10 that all my desktop icons are rearranged.
When restoring the visibility of the taskbar (unhiding it), the desktop icons are returned to their normal positions.
Is there…
Kalamalka Kid
- 2,471
- 3
- 28
- 54
0
votes
0 answers
How can I hide my server IP from server users
I'd like to find a way to block websites like https://checkip.amazonaws.com or at least restrict them to the point they can no longer output my server's public IP address.
For example, if I do curl https://checkip.amazonaws.com my output would…
OpenSource
- 1
- 1
0
votes
1 answer
Exclude %~dp0 from line output in Windows batch file?
I am using robocopy in a batch file to copy everything from the directory where the batch file is run, to a destination folder like so:
robocopy %~dp0 "D:\Destination Folder" /E
In the command window, running the above outputs the full path to…
bat_cmd
- 511
- 1
- 6
- 19
0
votes
1 answer
To hide all rows when value is 0 in column I depending on a dropdown list in Cell D3
I have a dropdown list in cell D3. Once you change D3 the rows values changes some with numbers over/under 0 and some remain a sharp 0 in column I. I need a Macro which will loop and the result should be that when I change D3, all information with…
Dorian
- 1
0
votes
1 answer
Hide folder from Windows
There are many Folder hiding solutions. Check out this blog-
https://www.guru99.com/file-folder-locker-windows.html
Ignoring a few encryptors, most of them work by hiding the folder from Windows. You just have to select a folder and it will hide it.…
batchcoding____s
- 534
- 2
- 5
- 18
0
votes
0 answers
Can I encrypt contents generated by an app?
I installed a Digital Diary app from MS store yesterday and tried writing a demo entry to save it. When I investigated where the content is stored, I came to know that the entries were stored in a folder named DigitalDiary inside Videos folder in…
user871532
0
votes
1 answer
kill explorer.exe for Windows 7 for kiosk for school student to use
Sorry, our school still using windows 7, I am running a simple flash application and auto shutdown in task scheduler for my windows 7.
I tried afew of Hide Taskbar Application but some how the taskbar sometime still show on top of my application.
I…
Jin
- 1