People often need to conceal sheet in TXT when managing documents. Unfortunately, few programs provide the options you need to complete this task. To do something like this normally involves changing between a couple of software applications, which take time and effort. Fortunately, there is a platform that suits almost any job: DocHub.
DocHub is a professionally-built PDF editor with a full set of useful features in one place. Editing, approving, and sharing documents is easy with our online solution, which you can access from any online device.
By following these five easy steps, you'll have your revised TXT rapidly. The user-friendly interface makes the process fast and effective - stopping switching between windows. Try DocHub now!
okay in this video i want to talk to you about how do you use vba to move from one sheet to another whether the sheet is visible or not visible and the way that i do that is i go to the visual basic tab here by pressing alt f11 if you do not know how to get to the developer tab you need to go to file options and then under the custom mize ribbon thereamp;#39;s a developer option there that you can check in here under visual basic i have some code written already to give you an idea of what you will need to do in order to get to another sheet the way that you can do this is letamp;#39;s just create a new module from scratch to do this code so sub and iamp;#39;m going to call it um active sheet it doesnamp;#39;t really matter what you call it as long as you can identify that later so letamp;#39;s pretend that i want to get to this sheet too and for the sake of this video iamp;#39;m going to rename this to second or something so that it has an actual name other than the default so w