Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: How to protect multiple sheet for different users

Hi Vic The codes to the file is not protected so you can see them if you press ALT-F11. I will recreate the file once more just in case your's i...

6 years ago
Reply
RE: Need Macro for deleting entire row, when value in all 4 cells of row less than qty 1

Hi Dane Just in case the article by Jon Acampora is too overwhelming (since you are new to VBA/macros) you can give this a try Sub DelRows() Dim...

6 years ago
Forum
Reply
RE: Average formula

Hi Julie Thanks for your feedback. Glad it is working for you.

6 years ago
Reply
RE: How to protect multiple sheet for different users

Hi Anders The strange thing is that Vic mentioned if logging in as admin there are no issues. There is nothing special about the VBA code other ...

6 years ago
Reply
RE: How to protect multiple sheet for different users

Hi Vic I have added one line of code to the DisplaySheet module to enable the PivotTable. .EnablePivotTable = True You can add more if needed...

6 years ago
Reply
RE: Create Column Chart with multiple colors and diagonal reference line

Hi Hasan To create the 3 colors, you will need to separate the hours into 3 different columns. You will need to sort your source data by hours. ...

6 years ago
Reply
RE: How to protect multiple sheet for different users

Hi Vic I am still unable to replicate the problem using all the passwords. Which column are you trying to add? Which cell is giving you a proble...

6 years ago
Reply
RE: Average formula

Hi Julie Without knowing what your report structure looks like or what is between cells H11 and H23 etc. it is difficult to give you an accurate wo...

6 years ago
Reply
RE: Search for non-similar words in Excel

Hi Ali Please give more examples in an attached workbook. APPL and APPLS are not identical. You can try using a Pivot Table to do what you wa...

6 years ago
Reply
RE: How to protect multiple sheet for different users

Hi Vic I don't have the problem described by you. I only noticed that the Use PivotTable Report is unchecked and this will prevent usage of the ...

6 years ago
Reply
RE: VB Error Code 400

Hi Melanie I saw a spelling error tmp_Frequency = Frenquencyarray(j) Should be Frequencyarray No idea if it is the cause. Sunny

6 years ago
Forum
Reply
RE: How to protect multiple sheet for different users

Hi Vic What the file does is to unhide the sheet assigned to the user. The user can then work on that sheet. Only the admin can add more sheets ...

6 years ago
Reply
RE: How do I delete images in a specific range

Hi Tolu Your codes looks incomplete. Both Milena's and my codes work on GIF as well. Make sure that the images are inside the range you speci...

6 years ago
Forum
Reply
RE: Sort Macro Multiple Columns

Hi Melinda Based on the macro you provided, the MyTemp sheet will be deleted unless the macro encountered and error before that and fail to delete ...

6 years ago
Forum
Page 26 / 95