Posting From Word 2007

This is just a test post, using Word 2007 Beta. I tried to get it to work with my own blog, but no luck. WordPress is one of the supported options, and it's supposed to work with the MetaBlogger API. But either I can't figure out what their cryptic dialogs want, or it just doesn't work.

Let's try a list:

  • Bullet Point #1
  • Another one
  • Final Bullet Point

    Does indented text get tagged as blockquote?

How about a picture?

http://j-walkblog.com/images/absolutopenmic.jpg

Let's try a table:

Column 1

Column 2

Column 3

Row 1, Column 1

Row 1, Column 2

Row 1, Column 3

Row 2, Column 1

Row 2, Column 2

Row 2, Column 3

 

Here's a code listing using the [ vb ] tags.

<pre>Sub AddToShortCut()
' Adds a menu item to the Cell shortcut menu
    Dim Bar As CommandBar
    Dim NewControl As CommandBarButton
    DeleteFromShortcut
    Set Bar = CommandBars("Cell")
    Set NewControl = Bar.Controls.Add _
      (Type:=msoControlButton, ID:=1, _
      temporary:=True)
    With NewControl
      .Caption = "Toggle &amp;Word Wrap"
      .OnAction = "ToggleWordWrap"
      .Picture = Application.CommandBars.GetImageMso("WrapText", 16, 16)
      .Style = msoButtonIconAndCaption
   End With
End Sub
</pre>
<p>

(I updated this using Live Writer -- which at least lets you edit the HTML code.)

 

 

And it handles images, too.

7 Comments

  1. John Walkenbach:

    Picture no-workee. The image upload options are very limited. I updated it by dragging a photo that's already on the Web, and it just displays the URL.

    Indented text is not tagged as blockquote.

    Test concluded. It's not even worth messing with. But at least Microsoft can say that Word now supports blog posting -- even though it's a half-assed attempt. My hand-crafted MS FrontPage blog posting system is about 100 times better.

  2. John Walkenbach:

    Playing around a little more. That table came out pretty well. The spacing doesn't match what's in the Word file, but it's close enough.

    And, I found that I can apply a blockquote tag by using the Quote style.

    Maybe with a few VBA macros to handle the image uploading, this might be workable after all.

    I'll probably keep messing around with this, so if the post doesn't match what I refer to in the comments, that's why.

  3. John Walkenbach:

    Posting a block of code doesn't work very well.

  4. Alderaic:

    not exactly sure why they did add that kind of feature to word though... in works for home users ok, in frontpage for pro bloggers... why not, as a standalone like they did for live spaces.. would be the best. but in Word !! I mean in the office it is used as a productivity tool...

  5. Raymond Allan:

    Is that Newcastle Brown Ale (from the UK) you are drinking

  6. Dick Kusleika:

    Raymond: Yep. That's all JWalk has in his fridge. Newcastle is a great beer, but boy does it give me a headache.

  7. John Walkenbach:

    My guess is that the headache is a result of the quantity consumed, not the brand.

Leave a comment