1)Goto to Nadra website Click here .
2) Now Register By Clicking on Register An Account
3)Now fill the form and continue
- Personal
- Spouse / Parents
- Relatives
- Personal
- Spouse / Parents
- Relatives
' Author Naushad QamarStep3:Now open your worksheet you will find active cell highlighted..
Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal Target As Excel.Range)
On Error Resume Next
Static OldRange As Range
Static OldIndex As Integer
Const movingColor = 6
If OldRange.Interior.ColorIndex = movingColor Then
OldRange.Interior.ColorIndex = OldIndex
End If
OldIndex = Target.Interior.ColorIndex
Set OldRange = Target
Target.Interior.ColorIndex = movingColor
End Sub
This is a good template for those who work particularly on account analysis. I considered here expense account for this purpose.
DSum function is very good for grouping data from ledger; someone uses Sumifs (only available in Office 2007), Sumif and Sum array function for achieving this objective.
You can also use DCount, DAverage, DCount, DGet and DProduct in place of DSUm, but should be careful in working.
Only thing which you have to learn in DSum is its criteria option, put focus on criteria go to internet and learn more. The function will make your routine work very simple.
The function of Database (DSum, DCount, DAverage, DCount, DGet and DProduct) will be suitable also for marketing professionals because they can analyze data on product wise, region wise, sales personnel wise and etc.
For more useful Template Click on Link shown Top of the page.
For more Useful Excel Templates & Analysis Tips, visit links Given Below.university national admission UK
Well I chose Project on Computer vision.Here is a video which will give you an idea about computer vision projects.
I found an (open source, C#) framework for image processing AForge.Net.
In AForge.Net you can find samples and very helpful documentation just check AForge.NET website .