2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VBAのお勉強2

Last updated at Posted at 2015-01-14

SheetsとWorksheetsって何が違うの?
http://officetanaka.net/excel/vba/beginner/09.htm

一般に、ワークシートのことをシートと呼ぶことが多いです。しかし、Excelにはいろいろなシートが存在します。
たとえばグラフシートです。

【Word VBA】VBAでページ数を取得する
http://blog.livedoor.jp/akf0/archives/51331928.html

1.BuiltInDocumentPropertiesを利用する。
 2.文書中の最後の文字があるページ番号を取得する。
 3.PanesオブジェクトのPages.Count()を利用する。
 4.Shell.Applicationを利用する。

ページってのはシートの中のページ区切りのことかな。

Pagesオブジェクト
http://blog.clayhouse.jp/article/23761019.html

リファレンスに書いてある例はわかりにくい。
シートに属するオブジェクトじゃなくてページ設定のプロパティだと。

キャストなどリファレンス的なモノ

辞書オブジェクトの事例

macだと動かない辞書オブジェクト、、などいろいろ

コレクションのキーの確認の関数

フレームワーク

プロージャでコレクションを返す方法

VBAじゃないけどエクセルの改行(MacOS)
http://gomokuankake.com/2013/11/12/4557/

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?