Consulting

Results 1 to 18 of 18

Thread: 有人说中文吗?

  1. #1

    有人说中文吗?

    如题。有个非英文区考虑挺周到。

  2. #2
    VBAX Newbie
    Joined
    Jan 2007
    Posts
    1
    Location
    报个名,呵呵??

  3. #3
    难得难得,以后互相帮助了。

  4. #4
    VBAX Regular
    Joined
    May 2006
    Posts
    27
    Location
    占个位置,呵呵......

  5. #5
    他乡遇故知

  6. #6
    VBAX Regular
    Joined
    Mar 2008
    Posts
    16
    Location
    看到几个版主都来了哈

  7. #7
    问一下,大家都是在国内的吗?

  8. #8
    响应号召,来了!

  9. #9
    VBAX Regular
    Joined
    May 2007
    Posts
    87
    Location

    有人说中文吗? - You Ren Hui Zhong Wan Ma? - Do you have anyone speak central language (Mand

    Quote Originally Posted by trampzju
    如题。有个非英文区考虑挺周到。
    有人说中文吗? - You Ren Hui Zhong Wan Ma? - Do you have anyone speak central language (Mandarin)?

    -Ha! my Chinese isn't that bad then!!!!!!

    (unfortunately I couldn't read the rest of the email.....), something about you yi ge ying wan something something something....

    "have an english (language) there....."


    -AS

  10. #10
    VBAX Newbie
    Joined
    Apr 2008
    Posts
    1
    Location
    报道来了

  11. #11
    VBAX Regular achin's Avatar
    Joined
    Apr 2008
    Posts
    13
    Location
    哈喽!大家。。。
    此南狼不晓得是不是LL里的南狼。

  12. #12
    VBAX Newbie
    Joined
    May 2008
    Posts
    1
    Location
    I can, but i can not type chinese from here

  13. #13
    VBAX Newbie
    Joined
    May 2008
    Posts
    2
    Location

    有问题请教

    Hi All,

    I am new to VBA so my question can be really basic.

    I need to create a user defined function in Excel that places a header in the cell above the function, if the cell above the function is empty. e.g. If you place =theFunction() is cell B1 and A1 is empty, it will write "The Function:" in A1 in addiction the result of theFunction in B1.

    I wrote the following code:

    Function AddOne(inValue As Integer)
    AddOne = inValue + 1
    Dim c As Comment
    If IsObject(Application.Caller) = True Then
    MsgBox Range(Application.Caller.Address).Offset(-1, 0).Address
    c = Range(Application.Caller.Address).Offset(-1, 0).AddComment("Add One:")
    Range(Application.Caller.Address).Offset(-1, 0).Value = "AddOne:"
    End If
    End Function


    It returns "#value". I think the problem is with this but don't know how to fix it.

    Range(Application.Caller.Address).Offset(-1, 0).Value = "AddOne:"

    Can anyone shed some light? Thank you!

  14. #14
    VBAX Newbie
    Joined
    Dec 2008
    Posts
    5
    Location
    有問題的話我還是會在外面問,這裏只可以當聊天區。

  15. #15
    嘿嘿,报到一下。

  16. #16
    VBAX Newbie
    Joined
    Mar 2009
    Posts
    1
    Location
    报到一下

  17. #17

  18. #18
    这里很多热心人...^_^

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •