I have an excel project and I want to protect my spreadsheet for editing by another user except few cells. If it can be possible by using vb code then help me.
thanks
User Profile
Collapse
-
code to protect excel sheet
-
text direction in report
I am working with MS access database for account purpose. I want to generate a report in which the text direction is reuired from Bottom to Top. When I am setting the property for that particular field as vertical it shows the direction from Top to bottom only.
Kindly try to help me. -
Delete Rows
I have tried to delete rows in a table with same ID in access database by using the following vb code with a click on command button, but it deletes only a single row instead of entire rows with same ID. Kindly help me to solve this problem.
Set rst = dbs.OpenRecords et("select * from Bills where Bill_ID =" _
& Me.cbid)
With rst
If Not .EOF Then
.delete... -
Delete Rows
How To Delete Rows Of A Table With Same Id In Access Database By Using Vb Code
No activity results to display
Show More