Current location - Training Enrollment Network - Mathematics courses - Error report of combination of combo box and list box in Excel code running.
Error report of combination of combo box and list box in Excel code running.
Set Rng = sht. Scope ("a; A "). Find (ComboBox 1. Value,,,xlWhole)? Find the value of the list box

Scope ("a; A ") can't write like this. There seems to be a semicolon in the middle. I have only seen the way of columns ("A:A").

If the first line is the title line, it should be written as follows:

iMaxRow? =? Shh. Scope ("A65535"). End (xlUp). row

Settings? Rng? =? Shh. Range("A2:A "? & amp? iMaxRow)。 Find (ComboBox 1. Value? ,? ,? XL overall)