|
|
|
WorkBook.Comments
|
|||
|---|---|---|---|
|
#18+
Добый день. Через меню Excel я могу задать коментарий (заметки) к книге большой длины а через VBA WorkBook.Comments - не более чем 256 символов Можно ли как-нибудь обойти эту ситуацию ? Спасибо. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.07.2006, 15:11:44 |
|
||
|
WorkBook.Comments
|
|||
|---|---|---|---|
|
#18+
попробовал создать, вроде получается. или о другом речь? Код: plaintext ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.07.2006, 15:18:46 |
|
||
|
WorkBook.Comments
|
|||
|---|---|---|---|
|
#18+
Это коментарий к ячейке а мне нужен коментарий ко всей книге Файл/Свойства/Заметки ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.07.2006, 15:21:06 |
|
||
|
WorkBook.Comments
|
|||
|---|---|---|---|
|
#18+
Все решилось через BuiltinDocumentProperties.Item("Comments") ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.07.2006, 16:38:24 |
|
||
|
WorkBook.Comments
|
|||
|---|---|---|---|
|
#18+
Use VBA Functions to Return Excel Document Properties автор"I would like to add a small formula-driven reference in my Excel worksheets that: (1) Automatically notes the original author/user (or last modifier) of the worksheet. (2) Automatically notes when the worksheet was last modified. Any tips would be much appreciated." Решение: авторUnfortunately, there's no way to do what you want using Excel's built-in worksheet functions. However, you can return information like this using two simple VBA macro functions: Код: plaintext 1. 2. 3. 4. Код: plaintext 1. 2. 3. 4. авторEach function consists of two instructions. The first tells Excel to recalculate the function each time you recalculate your spreadsheet. The second line returns the information you want. Because of space limitations, the second instruction is displayed in two lines, using the " _" line-continuation symbols of space and underscore. To use these functions, copy them to a module in your workbook. Then, in a spreadsheet, enter the formulas: =LastSaveTime() =LastAuthor() When you enter these formulas, be sure to include the open and close parentheses as shown. You can return other information about Office documents with other arguments. To see the complete list of arguments, along with information about the BuiltinDocumentProperties property, select the property in your code and press F1. Note: The help topic lists property names that apply to all Office products. Less than half of those listed work with Excel. Those that don't return an error message. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 13.07.2006, 10:22:40 |
|
||
|
|

start [/forum/topic.php?fid=61&msg=33848837&tid=2184633]: |
0ms |
get settings: |
4ms |
get forum list: |
8ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
37ms |
get topic data: |
5ms |
get forum data: |
1ms |
get page messages: |
22ms |
get tp. blocked users: |
1ms |
| others: | 190ms |
| total: | 272ms |

| 0 / 0 |
