Prevent cell resize in excel [closed] - vba

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
This may seem to be a very simple question for a number of Excel users out there. Yes, I admit I am ignorant about this.
The question is quite simple.
How do I prevent manual re-sizing of a cell in Excel? In other words the user should not be able to change either the width or height of a cell / range of cells
Is this done through writing VBA code? Or can it be carried out in any other way using standard Excel menu based commands?
Thanks in advance
Romi

You will need to 'Protect' the sheet
There are two steps:
Make sure the cells are locked
Protect the sheet
In Excel 2010
Select the cells you want to prevent from being resized.
Click on the Home tab and click to expand the Font section
Select the Protection tab and make sure that the Locked box is ticked
Click on the Review tab and then Protect sheet
Click on the OK button

You can lock the spreadsheet. That would prevent the user from resizing the Columns or the Rows.

Related

Is there another way to store Folder Path in EXCEL VBA than using Sheets? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have an excel VBA project that uses ADODB and manipulates data in an ACCDB.
I know that you can store the path for the ACCDB in a cell of the excel sheet. However I would like to know: Is there another way to store the path rather than in the sheet?
I know that if I store it in a variable, when the program closes it releases the variable.
If you ask me why I want this, it's more because I want the code not being too dependent in the front-end of the excel, as some unskilled people will also use this project.
Perhaps there is a more professional or known way to store folder or file paths?
You can store it in a Custom Document Property.
Or in a Name using the Name Manager.
Or in a cell of a hidden Worksheet.

Is there a way to leave the Okular highlighting tool on permanently? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
The community reviewed whether to reopen this question last year and left it closed:
Original close reason(s) were not resolved
Improve this question
I found out I can highlight pdfs with okular in-file by the review tool, but everytime I use the highlighter, it gets turned off afterwards again, so to highlight the next piece of text I have to activate it again.
I would like to change this behaviour to 'toggle' on off by clicking (or pressing 4), and not have it turn off automatically.
I saw here that the tools can be modified, but it doesn't mention toggling.
Double-clicking the tool solves it, as I found in a Bug report pointing to the manual.
You have to select the Pin button ( its the one at the right most) and then click the Highlighter button
Double-click didn't work for me.
Clicking:
"Highlighter"
and then "Keep Active"
worked for me
(Press F6 if you don't see the "Highlighter button")

Code needed to unhide very hidden sheets in excel vba [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have 11 worksheets in a workbook in excel. The first sheet is the main sheet, while the other 10 are set to very hidden. I am trying to create a userform that will have a list box with 10 options, with each one corresponding to a specific very hidden sheet. I want a specific sheet to become visible when the "OK" button is pressed, based on which option was selected in the list box. Please Help!
You can hide and unhide the sheets using their Visible property.

Copy whole sheet to another VBA [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I'm looking for a vba macro that copy whole data inside a sheet to another creating the new sheet. For example; I have a sheet called 14.11.2013 with some values.. clicking a button i need that the macro creates the new sheet and copy the entire datas from 14.11.2013 sheet to this one new. I'm a beginner in vba so i don't have much idea how can i do this kind of work. Someone can help me?
Of course when everything is copyed i want redirect in the new sheet.. I think something like:
Sheets("NewSheet").Activate
Here is the general format:
Sub CopySheet()
Dim s As Worksheet
Set s = Sheets("14.11.2013")
s.Copy after:=s
End Sub
If you are looking for some beginner tutorials i would recommend ExcelVBAIsFun on youtube.
I believe this video will help with how to record macros and teach yourself how to do some of the more simple things in Excel VBA. It also does something very similar to copying from one sheet to the other.
http://www.youtube.com/watch?v=HmAYKyurYNU&list=PLw8O1w0Hv2ztGjIkrW7suD6oNDaOk3vbR
I used this quite a bit while learning VBA myself.

Photoshop text tool adds punctuation to the beginning of text [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have this weird issue with Photoshop - when I use the type tool, I can type letters normally, but when I type any punctuation character, it gets added to the beginning of the text.
As far as I remember, I haven't changed any settings. How do I avoid this ?
You can try :
go to edit>preferencec>type..
select type > choose text engine options select east asian.
Restart photoshop.
Create new peroject.
Try text tool again.
(if you want to use your project created with other text engine type) copy /paste all layers to new project.
This is a paragraph option. Go to Window>Paragraph then a small window will pop up. You will have two buttons on the bottom. One with a arrow on the left of P and one on the right. Select the right one.
Select all text afected by this issue:
Window -> Character, click the icon next to hide the Character Window, Middle Western Features and select
Left-to-right character direction.