VBA. Получить название ячейки, зная номер строки и столбца
Cells(1, 1).Address
зы: до сих пор не понимаю, нафига в вба функция str добавляет пробел в результирующую строку.
до сих пор не понимаю, нафига в вба функция str добавляет пробел в результирующую строкуStr(number)
The required number argument is a Long containing any valid numeric expression.
Remarks
When numbers are converted to strings, a leading space is always reserved for the sign of number. If number is positive, the returned string contains a leading space and the plus sign is implied.
Use the Format function to convert numeric values you want formatted as dates, times, or currency or in other user-defined formats. Unlike Str, the Format function doesn't include a leading space for the sign of number.
Note The Str function recognizes only the period (.) as a valid decimal separator. When different decimal separators may be used (for example, in international applications use CStr to convert a number to a string .
Спасибо!
получилось?
Оставить комментарий
saveliev_a
Каким образом можно получить название ячейки, зная номер строки и столбца. Например из Cells(27, 27) получить AA27?