Wednesday, April 17, 2013

Delete User from Site Collection

Hint:
Only site collecton administrators can make this changes.

Steps:
1. Go to top level site
2.
3. Click on "People and Group" 
4. Notice at the URL. At the end of the URL change MembershipGroupId=(whatever) to MembershipGroupId=0 
4. Click Actions 
5. Select the user and delete user from site collection

Monday, April 15, 2013

Open 2 excel files in separate windows

start - run - regedit:

Left column
HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/commend:
Right column {adding (space)"%1"}
Double Click on (Default) and write - "C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e "%1"
Right Click on Command – choose "rename" and add something to the name  - for example 2 (commend2).

Left column
HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/ddeexec:
Right Click on the folder ddeexec and choose "rename" and add something to the name  - for example 2 (ddeexec2)

Left column
HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/commend:
Right column {adding (space)"%1"}
Double Click on (Default) and write - "C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e "%1"
Right Click on Command – choose "rename" and add something to the name  - for example 2 (commend2)

Monday, February 18, 2013

Repeating Section in a List

By default, there is no option to insert repeating section in a customize form from the list.
The trick is copy and paste the control from other form that has repeating section already and it works.