Posts

Showing posts from March, 2016

Permission on Share folder in window server 2012 error with some user profile

Image
I have work for a small org . Now i meet an issue with window server 2012 server with client window 7 about share folder permission. I'm sure my configuration is correct for permission of share folder.Because it work for all user in the organization  except only one user . Why only one user meet this issue?I have try to search any forum about this but nothing help. problem: one user problem (client with window 7).This user can access any file and folder without permission from server.If you assign the permission this user not affect .It mean that it still as administrator and can access any file server with the same PC with the same profile.But if we log in to other PC  the permission has affect that pc(it mean work correctly with permission we had assign from server). As my idea it not cause from server configuration .It cause from local profile user that join domain with server.But i'm still can not find the problem what wrong with that profile. What cause the proble

How to disable Merg cell in a sheet in excel?

Image
If you have  a list record and have many user use it for data entry. You don't want user to merg cell in that Sheet. This is the solution : 1.Save your excel as Macro enable file type (*.xlsm). 2.Go to Developer tap  and click VB code. 3.Find the sheet you want to disable merg cell. 4.Then copy the Code below to that Sheet (vb code)   Private Sub Worksheet_SelectionChange(ByVal Target As Range)     If Target.Count > 1 Then Target.Cells(1).Select End Sub  5.Save and Test. Other method is 1.Please go to review tab in excel  and Share workbook . So your excel will  gray out of Merge excel icon in the work sheet.

SKype Cannot sing in and cannot connect to skype server solution?

Image
I had meet some problem with skype app. but i found some solution for that too... problem: 1.Skype can not sing in. 2.Skype cannot connect to Skype server because your internet connection . 3.Skype error profile login. solution is. 1.Delete old application data of Skype folder by run--->%appdata%  and find folder Skype---after folder name of user sing in.--rename it to other. 2. Update Skype to latest version 3.reset internet option in control panel. thank