I introduce the way to remove error notification in Mac Excel.
Continue reading Excel in Mac: How to Remove Error NotificationTag Archives: Microsoft Office
(日本語) LibreOffice Calc: 文字列を数値として扱う
VBA: How to List Table Definitions in Access File
In this article, we will introduce code that converts a list of table definitions within Microsoft Office Access (.mdb) files into Oracle-compatible table definitions and outputs them as a list.
Overview
- We will use Excel and VBA for this process.
- By running the VBA function
GetTableDefinitions
, you can output a list of table definitions from an Access file to the open Excel sheet. - We will create text data intended to be pasted into a table definition document (.xls).
- For Access tables converted to Oracle, text columns, for example, will be displayed as
VARCHAR2
. - We won’t output system tables (you can modify the code to include them if needed).
- Link tables will display the contents of the links. The definitions of linked destination tables will not be output.
How to Use
- Open Excel.
- Open the Visual Basic Editor from the development tools.
- Add a module.
- Check Microsoft DAO in the Tools > References settings.
- Paste the code below.
- Execute the
GetTableDefinitions
function.
(日本語) 勝手に大文字 Excel 2007 解決法
パソコン作業を速くして 2時間早く仕事を終える!
Windows のショートカットを集めた本です。厚さは 約 1cm でコンパクト! 簡単に見られるところが魅力です。特に、ショートカットキーをほとんど使ったことがない人にオススメです。Microsoft Office をよく使う人にもオススメ。
内容は、大きく分けて、Windows 全般に関するもの(Internet 含む)、Outlook Express / Office Outlook に関するもの、Microsoft Office (Word, Excel, Access, PowerPoint) に関するものの3種類(全て Windows ユーザ向け)。ショートカットキーというのは、知っている人は知っている通り、ものすごくたくさんあります。この本は、そのなかから使用頻度が高いと思われるものを選んで掲載。私自身、これを見てからよく使うようになったショートカットがあったりします。
Internet は誰でも使うので、誰にでも役に立つといえばその通りなのですが、Microsoft Office を使わない人は後悔するかもしれません。なぜなら、本の半分以上が Microsoft Office についてのショートカットだからです。「結局使わなかった」となるくらいなら、他の本を買ったほうがいいのではないかと思うのです。
また、ここに載っているショートカットを覚えたからといって、仕事ができるようになると思わないでください。ショートカットというのは、今やっている仕事を短縮するために使うものであって、それ自体、なにか仕事をするものではありません。
快適なパソコンライフを送りましょう!