Hi
I don't understand why pops message box despite of matching selected date from combobox1 with headers in row4 .
by the way the original code was working when indicates to row1.
I'm talking about th problem in theses lines
With Sheets("stock").[a4].CurrentRegion
col = Application.Match(CLng(d), .Rows(4), 0)
If IsError(col) Then MsgBox "Can not get column matches to " & Me.ComboBox1: Unload Me: Exit Sub
I hope the experts guide me where is my bad !