Dear all,
I have inserted a Listview control in a form, but whenever i click custom option in properties window then it gives an error " class not registered"
i m using excel 2007
Please help me to resolve this
I just copied the code as it is, the code stops while running the below statment
cnt.Open ("Driver={Lotus NotesSQL Driver (*.nsf)};Database=names.nsf;Server=Local;")
Dear All
I have read the below url, but whenever i run the code but connection can't open shows error:
Run-time error-'2147467259 (80004005)':
microsoft odbc driver manager datasource name not found and no default driver specified
http://www.rondebruin.nl/win/s1/notes/notes3.htm
i...
Dear soswinglifeaway
please try below code. it will highlight the bolded font in the range in red color. please change as per your requirement.
Sub HighlightBold()
Dim cell As Range
Dim boldedRange As Range
Set boldedRange = Range("b1:b10")
For Each cell In boldedRange
If...
Dear All,
I have read and inspired by Chandoo's "Using Excel as Database" http://chandoo.org/wp/2012/04/02/using-excel-as-your-database/, but i need to know that, in view sheet if we have updated some data, can it be possible to update that same in the source data i.e Raw data sheet? I know in...